Victor Maslov
Victor Maslov
Hello. I love golfing and sometimes golfing in esoteric languages. I see your website already has some: Befunge 93, 98, Brainfuck, >, Unlmabda, Malbolge, CLC-INTERCAL and maybe more. I would...
There is a diff line at the end -- probably Github online code editor chomped the newline at the end of file or added if that was absent.
Hello @jcupitt. I believe that with some of the libvips updates my gem has lost a comparison quality a bit but it was tedious to install different versions of the...
- [ ] fix Github Actions - [ ] `MiniMagick::Invalid: You must have ImageMagick or GraphicsMagick installed` - [ ] `LoadError: cannot load such file -- phashion` - [ ]...
Example portion of the input file from Perl utility: ```ini [0] ; cse_abstract properties section_name = actor name = single_player position = -251.26628112793, -19.6408023834229, -127.977920532227 direction = 0.00431653670966625, -1.39625442028046, -0.00068671052576974...
... that would analyze all the gems specified in Gemfile and print these numbers as a table. Probably the specified/resolved version of gem would matter too.
```js parent.stop_character_runner(character.name); ``` Does not "disengage" the running script. UPD1: `clearInterval(this);` does not work. UPD2: `const loop = setInterval( function(){ clearInterval(loop);` stops the loop but interface says the runner is...
Since for example this https://stackoverflow.com/a/45323528/322020 ```none .native.clear ``` throws: ```none NoMethodError (undefined method `clear' for #) ```
```ruby br = Ferrum::Browser.new # no matter :headless true or false br.evaluate "[innerHeight, outerHeight]" ``` The `innerHeight` is expected to be smaller than `outerHeight`: https://developer.mozilla.org/en-US/docs/Web/API/Window/innerHeight But in fact they are...