Ivan Danyliuk
Ivan Danyliuk
It seems like it's not possible to create a new instance without active internet connection. ``` edgedb project init --server-instance test --non-interactive --server-version "1.4" Found `edgedb.toml` in Initializing project... Checking...
Hi, thanks for the awesome plugin. I need to show PDF page inside part of the screen, and PDFViewerScaffold is fine, except it uses mediaquery and stretches PDF view over...
Hi, I'm using PlutoGrid to display data received via API. When data is updated, I regenerate the rows, but PlutoGrid doesn't update it. As I understood from examples, stateManager is...
Your code for Go uses almost ~250ns per iteration only for concatenation and strconv.Itoa(). You can easily benchmark this using builtin benchmarking, just add the file chanperf_test.go with following content:...
Installed it by instructions (`pip install shell-gpt --user`) and getting this^ ```sgpt Traceback (most recent call last): File "/Users/divan/Library/Python/3.9/bin/sgpt", line 5, in from sgpt import entry_point File "/Users/divan/Library/Python/3.9/lib/python/site-packages/sgpt.py", line 9,...
When there is no internet connection available, plugin seems to throw error on each keypress: ``` RPC[Error] code_name = InternalError, message = "Request getCompletions failed with message: getaddrinfo ENOTFOUND api.github.com"...
Hey, it seems like locale setting doesn't work with [GetMaterialApp](https://pub.dev/documentation/get_navigation/latest/get_navigation/GetMaterialApp-class.html) from [GetX](https://pub.dev/packages/get). It supposed to be a wrapper around `MaterialApp` so should work transparently, but it messes up with some...
Is it possible to extract information about constraint violation error from `edgedb.Error`? Idea is that I'm interested in knowing which field exactly has violated constraints (say, is it an `email`...
DateTimePicker is great on mobile, but for desktop Flutter apps it's actually easier to enter dates and times with keyboard using masked input. Also pickers are not so great for...
Follow up on the previous issue: https://github.com/AhmedLSayed9/dropdown_button2/issues/98. Seems like proposed solution doesn't work anymore (can't see `icon` field in the latest version). Generally there are two (quite different in handling)...