Rafał Cieślak
Rafał Cieślak
I've tried that initially, but, unfortunately, `OR REPLACE` on views does not always work. For example, if a column name changes (like in the test case provided), the view cannot...
That sounds good to me. I will be looking forward to full dependency support! In the meantime, I have added some logic that checks whether there are other objects that...
> 3. How large are the replay files, in practice? How can we download such replay file from Travis, to investigate a test failure? Is it okay replay with a...
> 1. Does it support MIPS? Some sources say it does, some say it does not. It seems to.... Kinda. With `-icount shift=7,sleep=off` I *seem* to receive timer interrupts at...
While debugging #328 I've met with a lot of random synchronization bugs that were unreproducible. Out of curiosity, I added `-icount shift=7` to QEMU options, and now each tests seed...
There is one detail that worries me, though. Making QEMU deterministic makes it 1000x less likely to trigger synchronization bugs. See #328, as soon as I enabled `icount` in a...
I'd love to, but it's likely to be a lot of effort in vain. Generally, gathering the list of resources and attributes by parsing documentation web pages is a terrible...
Hi @rize, this is an awesome suggestion! If there was indeed a repository that gathered resources/attributes/functions and other terraform keywords, I would be very happy to use it instead of...
Thanks for letting me know. This looks very promising, and will likely justify even a major rewrite of this package.
I am not sure if this package is he right place to implement eldoc integration, it feels out-of-scope for a completion plugin. I do agree, however, that the resource data...