Rik
Rik
We use [bunyan](https://github.com/trentm/node-bunyan) for our logging needs but no-kafka only allowed us to send in 1 logFunction. This meant that we couldn't use log levels properly. I've tried to remedy...
Hey I'm trying to generate typescript types from the generated JSON schema and am running into a bit of a design constraint. Basically the generated type for an enum that...
We recently rewrote the final piece of our app to exclusively use the new React Hooks API, and we absolutely love it. However, it has broken our HMR experience, since...
We have a monorepo and want to run PGTyped across different projects generating code for all of them. We had thought to do this by simply setting the `srcDir` to...
Just mirroring the discussion in the Flair repo here ( https://github.com/flairNLP/flair/issues/1903) . Basically the idea is to integrate nlpaug in Flair since it's given us some nice boosts in performance.
Is there any (documented) way that I can use the PubSub, Bigtable and Datastore emulators during integration testing? I remember that in Node the client libraries would look for the...
Being able to select any file in any window (explorer but especially in file upload dialogs) and by pressing spacebar see a quick preview of the file. There's several tools...
#### Description I can't save the Gensim model because I get an exception. The data is streamed in. #### Steps/Code/Corpus to Reproduce https://gist.github.com/RXminuS/aecaf4656bad55b0e3008987f322f34e #### Expected Results The model to be...
When model IDs are configured to use Provisioned Throughput they don't follow conventional model IDs and instead point to an ARN. ARNs aren't properly parsed by the client. This exposes...
For now just an early draft PR to include in the the RFC. Goal is to provide a more robust logging platform that addresses many pain points such as: -...