Eugene Zolotarev
Eugene Zolotarev
Hello! I'm trying to create bunch of tables at once with the following code: ``` use Amnesia defdatabase Database do for name
Progress bar which appears automatically on task page when `task-progress` event is received.  It was discussed in #453 and #143 previously, but as far as I understand wasn't...
Closes #355
``` ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux] rdoc 6.3.1 ``` Create the following ruby file in some folder: ``` # https://github.com/ruby/ruby/blob/master/README.md class Klass end ``` Run `rdoc` in that folder....
Didn't find custom shaders support. Are there any plans on integrating them?
* Fixed switch node when working with nested schemas * Bumped minor version of the gem
# Environment Windows: ``` Platform ServicePack Version VersionString -------- ----------- ------- ------------- Win32NT 10.0.19041.0 Microsoft Windows NT 10.0.19041.0 ``` WSL2: ``` PS C:\Users\eugzol> bash -li eugzol@DESKTOP-FAV7PTR:/mnt/c/Users/eugzol $ uname -a Linux...
Instead of matching recursively, unless it's used at the end of the string, `**` in config matches just single directory. ```sh trufflehog_test % tree -a . ├── .trufflehog3.yml └── outer...
Currently in the language reference the following solution for removing fields is recommended: ```pkl // https://pkl-lang.org/main/current/language-reference/index.html#transforming-objects dodo { name = "Dodo" extinct = true } dodo .toMap() .remove("name") .toDynamic() ```...