denosaurtrain

Results 8 comments of denosaurtrain

@sangwoo108, thanks for your work on vertical tabs! Since this is behind a feature flag, can it be rolled out as-is? For something that's opt-in, behind a feature flag, bugs...

Dupe of https://github.com/plouc/nivo/issues/31

As a troubleshooting step for folks running into omnisharp performance problems in vscode or otherwise, this script may prove useful: https://github.com/fatso83/dotfiles/blob/master/utils/scripts/inotify-consumers. The script output for me shows hundreds of thousands...

As a dev looking at `good first issue` labels on this repo, I find the scope of this issue a bit unclear. Could someone familiar with the project (@antonok-edm?) clarify...

@dvershinin I came across this "not binary compatible" error while using Nginx 1.22. I suspect the compiler flags used for the Alpine distribution differ from the flags that the Nginx...

I ran into the same error but no cloudflare in my case. I found a workaround for local development that displays source information with esm+tslog+esbuild+typescript: `npx esbuild src/index.ts --bundle --platform=node...

@terehov, I tried a few configurations and couldn't get version `4.0.0-1` to work either. I suspect the issue is that `node_modules/tslog/package.json` contains `"exports": "./dist/index.js"` which refers to a file that...

@terehov Nice! I don't get an error when I import tslog. However, I'm also not _quite_ there yet. With [email protected], I used the following code to configure my logging in...