Eugene Zolotarev

Results 13 issues of 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. ![2021-02-07_22-33-44 (2)](https://user-images.githubusercontent.com/835/107157508-8063cd80-6995-11eb-9c91-ddbe25d7fafb.png) It was discussed in #453 and #143 previously, but as far as I understand wasn't...

``` 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...

Area-Input
Issue-Bug
Area-TerminalControl
Product-Terminal
Priority-2

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() ```...

enhancement