Husam Bilal

Results 9 issues of Husam Bilal

``` class TestModel include AttrJson::Model attr_json :test, :string end foo = TestModel.new(test: 'foo') bar = foo.dup bar.test = 'bar' foo.test #=> bar ``` Same behavior with `clone` and `deep_dup`.

Searching by capture ID with alphanumeric characters doesn't work out of the box, changing the field `type` in the mappings to `string` fixes the issue, I'm not sure if this...

Trying to use external server but getting the error in the title, the server is showing `Solargraph is listening PORT=7658 PID=128323` to `STDOUT` so I guess it's working fine. `coc-solargraph`...

Can't reproduce

I'm not sure what's the expected behavior of a B2BUA, I added [this change](https://github.com/husam212/b2bua/commit/b87ac360739b99214461302b7f9227b0bec258cc) but it is specific to my use case, can it be generalized and added to upstream?

A warning message or prompt to stop snapper cleanup timer temporarily, to prevent it from cleaning up a snapshot while being sent.

Removing an environment variable in `.rbenv-vars` file then restarting the app with `passenger-config restart` doesn't work, the variable with its old value persists in `ENV`. The file attached below contains...

The look of the pop-up doesn't follow GTK theme used. ![default](https://i.imgur.com/b2DCw3j.png) ![open-in-browser](https://i.imgur.com/hDFbPHD.png)