Gabriel Mazetto

Results 35 issues of Gabriel Mazetto

You can use bzcat instead of uncompressing the file, it will be faster (as will not require 2 steps and hd writes). The command will look like: "bzcat dumpfile.bz2 |...

### Your environment - `vscode-ruby-test-adapter` version: 0.8.0 - Ruby version: 3.0.0 - VS Code version: Version: 1.53.2 Commit: 622cb03f7e070a9670c94bae1a45d78d7181fbd4 (VS Codium) - Operating System: Mac OS Big Sur - RSpec...

bug

With `therubyracer` it works fine, but not with `mini_racer` gem. It 'freezes' and never finishes the build. `mini_racer` works perfectly fine with rails sprockets.

There is no way to define ENV['CONFIG_PATH'] on nginx, but passenger has a similar way: passenger_set_cgi_param CONFIG_PATH "/var/lib/visage"; But by this way, you define the request.env not the "system environment"....

Feature

Rails 3.1 asset pipeline requires files to be using UTF-8 encoding, so it's a good idea to convert your javascript/css files to use that one. This can be simple accomplished...

The following tag plugin : https://github.com/mbleigh/acts-as-taggable-on has support for multiple "scope" usage, for example, you can have a "tag" for products that is totally different from "tags" for photos, and...

Logger: zigpy.zcl Source: runner.py:188 First occurred: 06:35:51 (63 occurrences) Last logged: 18:37:18 ``` [0x2B8B:1:0x0702] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/zigpy/zcl/__init__.py", line 411, in reply return await self._endpoint.reply( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...

By changing from native cocoa (Objective-C) to NodObjC you can create the window and use webkit while at the same type, starting and running the needed code, as both are...

Hi, I would like to know if this works with Refinery 2.1.1 Thanks for your hard work.

RVM via PPA can be installed by running: ``` sudo apt-add-repository -y ppa:rael-gc/rvm sudo apt install rvm ```