Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / vektah/dataloaden issues and pull requests

#63 - Upgrade min Go version to 1.16 and replace ioutil

Pull Request - State: closed - Opened by abhinavnair about 2 years ago - 1 comment

#62 - Adding the ability to change caching strategy

Pull Request - State: open - Opened by debugger84 about 2 years ago

#61 - Replace code generation with generics

Pull Request - State: open - Opened by lwc about 2 years ago - 10 comments

#60 - fix: Error when trying to generate code in an empty directory

Pull Request - State: closed - Opened by KamikazeZirou over 2 years ago

#58 - can't generate loader, no matches found

Issue - State: closed - Opened by Abdubek about 3 years ago - 2 comments

#57 - NFR: flag to do the mapping

Issue - State: open - Opened by cyberhck over 3 years ago

#56 - Any recipes to use dataloaden with Gin?

Issue - State: closed - Opened by mirusky over 3 years ago - 2 comments

#55 - Exclude "sync" and "time" as duplicate imports.

Pull Request - State: open - Opened by vanjiii over 3 years ago

#54 - Cannot generate dataloader with target type 'time.Time'

Issue - State: open - Opened by vanjiii over 3 years ago

#53 - Fix a broken link in README.md

Pull Request - State: open - Opened by arosh over 3 years ago

#52 - Can disable caching?

Issue - State: open - Opened by KingWu almost 4 years ago - 10 comments

#51 - is this project still alive

Issue - State: open - Opened by LucaPaterlini almost 4 years ago - 2 comments

#50 - Is this project abandoned?

Issue - State: open - Opened by suhaibmujahid almost 4 years ago - 7 comments

#48 - Pass fields collection from context to Dataloader

Issue - State: closed - Opened by mariosttass about 4 years ago - 1 comment

#47 - Add ClearAll func

Pull Request - State: closed - Opened by artygan about 4 years ago

#45 - How about cache cleanup on timer

Issue - State: closed - Opened by blessedvictim over 4 years ago

#44 - [Question] How to specify first, last, after, before etc with dataloader

Issue - State: open - Opened by touyu over 4 years ago - 2 comments

#42 - Pass args to dataloader

Issue - State: open - Opened by NickDubelman over 4 years ago - 11 comments

#41 - Attempt to fix test flakiness

Pull Request - State: open - Opened by edsrzf almost 5 years ago - 1 comment

#40 - Better error message when no package name found

Pull Request - State: open - Opened by susisu almost 5 years ago

#39 - Recover from panics that happen during fetch

Pull Request - State: open - Opened by edsrzf almost 5 years ago - 6 comments

#38 - Does the dataloader need to be constructed for every request?

Issue - State: closed - Opened by nii236 almost 5 years ago - 1 comment

#36 - Add context in the load function

Issue - State: open - Opened by guiajlopes almost 5 years ago - 1 comment

#35 - Fails to generate files in an empty directory

Issue - State: open - Opened by susisu almost 5 years ago - 2 comments

#34 - tracing hooks

Issue - State: open - Opened by gracenoah almost 5 years ago

#33 - Problem with generating dataloader using struct as key type

Issue - State: open - Opened by acelot almost 5 years ago - 6 comments

#32 - Add ability to specify output filename

Pull Request - State: open - Opened by felipemfp almost 5 years ago - 2 comments

#31 - Panics inside fetch are not recovered

Issue - State: open - Opened by edsrzf about 5 years ago - 1 comment

#30 - File not generated: unable to gofmt

Issue - State: closed - Opened by acelot about 5 years ago - 1 comment

#29 - No maches found error for slice, pointer, slice of pointer

Issue - State: closed - Opened by wawoon about 5 years ago - 2 comments

#28 - Rework the type system

Pull Request - State: closed - Opened by vektah about 5 years ago - 1 comment

#27 - Generation removes config

Issue - State: closed - Opened by surkova over 5 years ago

#26 - docs: fix broken badge

Pull Request - State: closed - Opened by orisano over 5 years ago - 1 comment

#25 - LoadAllThunk method.

Pull Request - State: closed - Opened by damour over 5 years ago - 1 comment

#24 - Pointer option

Pull Request - State: closed - Opened by damour over 5 years ago - 7 comments

#23 - Switch to go modules

Pull Request - State: closed - Opened by vektah over 5 years ago - 1 comment

#22 - Load all thunk

Pull Request - State: closed - Opened by saturn4er over 5 years ago

#21 - Expose generator interface.

Pull Request - State: closed - Opened by damour over 5 years ago - 1 comment

#20 - Ability to change the name of the generated loader

Issue - State: closed - Opened by BitPhinix over 5 years ago

#19 - Document -slice in the README

Pull Request - State: closed - Opened by edsrzf over 5 years ago - 1 comment

#18 - Allow for rolling own binary

Pull Request - State: closed - Opened by codyleyhan over 5 years ago - 2 comments

#17 - Rolling custom binary

Issue - State: closed - Opened by codyleyhan over 5 years ago - 1 comment

#16 - How could one implement pagination using this library

Issue - State: closed - Opened by Daavidaviid over 5 years ago - 1 comment

#15 - Fixes issue where dataloader package would be a test package

Pull Request - State: closed - Opened by codyleyhan over 5 years ago - 6 comments

#14 - Architecture using timeouts to call fetch?

Issue - State: open - Opened by BrendanBall over 5 years ago - 3 comments

#13 - Adds New<LoaderName> Function to Template

Pull Request - State: closed - Opened by petersng over 5 years ago

#12 - expose fetch, wait and maxbatch, so that they are no longer internals

Pull Request - State: closed - Opened by udayreddy almost 6 years ago - 2 comments

#11 - Package Internals

Issue - State: closed - Opened by udayreddy almost 6 years ago - 1 comment

#10 - Fix windows compat

Pull Request - State: closed - Opened by vektah almost 6 years ago - 1 comment

#9 - Update to match generated source header.

Pull Request - State: closed - Opened by JonLundy about 6 years ago - 1 comment

#8 - Copy values when priming the cache

Pull Request - State: closed - Opened by vektah about 6 years ago - 1 comment

#7 - Support configuring output file and private exported struct

Pull Request - State: closed - Opened by dvic about 6 years ago - 1 comment

#6 - Return true when Prime updates the cache

Pull Request - State: closed - Opened by dvic about 6 years ago - 1 comment

#5 - don't panic when fetch returns a single error

Pull Request - State: closed - Opened by jon-walton about 6 years ago - 2 comments

#4 - Fix write on nil cache map

Pull Request - State: closed - Opened by dvic about 6 years ago - 1 comment

#3 - Support package names other than directory base path name

Pull Request - State: closed - Opened by dvic about 6 years ago - 2 comments

#2 - Order of Results

Issue - State: closed - Opened by Teddy-Schmitz about 6 years ago - 6 comments

#1 - Circle

Pull Request - State: closed - Opened by vektah over 6 years ago