Nicos Belo Karalis
Nicos Belo Karalis
does this works with Box2D 2.2.1? i have tried to add to my project and it is giving so many errors about classes not found, parse errors and the number...
Can we add [Mosh](https://mosh.org/) support? I don't want to remove ssh, but can we add a `ssh binary` variable that could change the `ssh` bin for the `mosh` bin?
I have a `deploy:all` that invokes all stages (mina-multistage plugin) and invokes `:deploy` for each stage that no longer works ``` task :'deploy:all' do run(:local) do comment %{Deploying on all...
This code worked fine in version 1.0.0, now in version 1.0.2 it breaks ``` Username Help message ``` Aparently, this change [scss/_mixins.scss#L6](https://github.com/tonystar/float-label-css/commit/c5448cf076ea4ab5aaf667665d9048d3cb29093c#diff-38983e82a6c8e46a6adaf2d5e3d81997L6) made all spans inside a `.has-float-label` element become...
I tried instaling the Package Control via Command Palette and even manually but it was not working, after some debugging I found that the _ctypes_ file for python3.3 are not...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem to be solved The current translation (l10n) works fine but...
I'm not a python developer but we are using your lib to make payments with bitcoin. Currently the script we made works fine with one problem. The payments are collected...
i have this code in my app: ``` doc = RGhost::Document.new :paper => [7,7] # 3"x2" label text = 'Test String' position = {:x => 0.25, :y => 0.25, :width...
Added missing attrs (flag, nativeName, and others) and a new attr `rawAttributes` to allow new attrs to be read without needing a new update
After some debugging I've found that the `headers` setter is calling the getter which calls a dynamic getter and ignores the new values This declaration ``` open var headers :...