André Fontenele

Results 15 issues of André Fontenele

After following these instructions: ``` $ curl https://cheat.sh/:zsh > ~/.zsh.d/_cht $ echo 'fpath=(~/.zsh.d/ $fpath)' >> ~/.zshrc $ # Open a new shell to load the plugin ``` zsh completion doesn't...

**Is your feature request related to a problem? Please describe.** I'm trying to achieve a setup where I can load both React Native storybook (on device) and React storybook (via...

enhancement
help wanted
needs more info
needs reproduction

Hi there! It's been six months since this topic first came up. I was starting a new project back then and ended up using a fork based on [this PR](https://github.com/projen/projen/pull/13),...

rfc

Maybe it's already there but I really couldn't find it. How about built-in templates for the most commonly used configurations? It's a bit annoying to have to setup .vimspector.json for...

enhancement

This is the only way to work around this hardcoded limitation on MacOS. Other cvars have no effect and MacOS offers no GL driver options.

#### Screenshot ![Screenshot 2020-08-18 at 10 00 39](https://user-images.githubusercontent.com/7958086/90486759-bbe5b380-e139-11ea-92ba-b165da6eb0a7.png) #### Repro https://nexus.js.org/playground

type/bug

**Package versions and database engine type (please complete the following information):** - Database Engine: postgres - TypeORM Version: 0.2.32 - Driver Version 2.1.0 **Describe the bug** Code below makes an...

TypeORM connections can be consumed as global scope objects like so: ```typescript // inside async context await createConnection({ /* connection details */ }); const user = new User(); user.firstName =...

**Edit: just saw there was a new release with "Fixes for lattice construction". Will try that and report back.** Hello there! I'm running parallel transcription jobs using one recognizer instance...

[This PR](https://github.com/tus/TUSKit/pull/126) makes this implementation behave different from `tus-js-client` (at least) with regards to how custom metadata is packaged. Currently, there's no straight-forward way to add a custom entry to...