Jaap Wijnen

Results 12 issues of Jaap Wijnen

The action sometimes fails with the following error: ``` internal/fs/utils.js:269 9 throw err; 10 ^ 11 12 Error: ENOENT: no such file or directory, open '/github/workflow/event.json' 13 at Object.openSync (fs.js:462:3)...

Was just looking into storage. Don't we want to instantiate the request storage with the request logger as well? It is done like that for application, I'm not sure if...

help wanted
good first issue

This could be a nice addition (might apply to more places than just `.filter()`) Ie passing queries as arguments to functions such as filter and sort. ``` let pivotsWeDontWant =...

Is there any way to save images to png format on linux? That would be great :)

Could we upgrade the initialize method to either receive a string instead of relying on it being in the environment, this way developers can choose their own environment name, but...

This is a first attempt at implementing a `DictionaryProtocol` protocol as discussed in #293 This is not complete yet and needs discussion in order to improve! For now it conforms...

Hey everyone! Two ideas for Dictionary types: - Could we add a DictionaryProtocol containing the shared api between all dictionary types? Especially with the new SortedDictionary there's multiple Dictionary types...

enhancement

This updates google-cloud-kit to use the new v5 version of jwt-kit. Currently a beta tag. The new release contains some API improvements and no longer vendors BoringSSL!

Hey there! I was hoping to use the package to measure the wall clock time of two related operations in a single benchmark. So that I can report on both...

In using the benchmark package. We're sometimes running into improvements and/or regressions in performance due to an update in toolchain. Is there a way we could include the toolchain used...