Emiliano Parizzi
Emiliano Parizzi
Same here. Atom 0.187.0 atom-bootstrap 1.2.0
Sorry to bring this issue back again but I see there's a Cassette.RequireJS nuget package but I can't find any documentation on how to use it. https://www.nuget.org/packages/Cassette.RequireJS/ Thanks
The data doesn't not exist or is not set as public. `gsutil ls -r gs://python-dataflow-example/data_files`returns `BucketNotFoundException: 404`
I have 2 screens, with different resolution and DPI. Not sure if that might affect. On Thu, 23 Apr 2020 at 16:35, Victor Aremu wrote: > Hi, @eparizzi thanks for...
It's actually really weird that the default behaviour is to output in the current working directory, but then there's no easy way to append a path to it without hardcoding...
@jachin84 I'm following your example but I'm not getting events into Sentry. Is there something else needed to get it working? I'm expecting my function's injected `ILogger` to send events...
@bruno-garcia I'm not using the SentrySdk directly. I'm using the ILogger integration. Anyway, an `await Task.Delay(2000)` in the finally clause after the catch where the error logging is done seems...
@bruno-garcia Oh ok. I thought that accessing the static SentrySdk when using the ILogger implementation wouldn't have any effect on its behaviour. Thanks!
Okay it seems we need to use `NEXT_PUBLIC` environment variables. Although probably not a good idea to expose this to the browser. Or is it a requirement and doesn't impose...
I'm also wondering why this template doesn't use [craco-antd](https://github.com/DocSpring/craco-antd).