Michael Franzl

Results 14 issues of Michael Franzl

### Language server solargraph ### Requested feature Some Ruby applications have Solargraph integrated via Bundler (e.g. added to the applications' `Gemfile`). In that case, Solargraph should be executed as `bundle...

enhancement

The provided HTML form auto-POSTs the SAMLResponse on page load (triggered by Javascript). I wonder why this was preferred over a redirect? References: https://github.com/lawrencepit/ruby-saml-idp/blob/master/app/controllers/saml_idp/idp_controller.rb#L26 https://github.com/lawrencepit/ruby-saml-idp/blob/master/app/views/saml_idp/idp/saml_post.html.erb

Compilation fails with: ``` /usr/include/c++/6/cmath:101:37: error: ‘__is_integer’ was not declared in this scope typename __gnu_cxx::__enable_if

The README of v1.0.2 states that browsers are supported. However, neither the README nor the example directory contain usage examples for the browser. Using the best guess in the browser,...

On Debian Wheezy: ``` /home/michael/Downloads/cutsim/src/cutsim/octnode.cpp:65:17: error: narrowing conversion of ‘128’ from ‘int’ to ‘const char’ inside { } is ill-formed in C++11 [-Werror=narrowing] cc1plus: all warnings being treated as errors...

Since about 10 years, `rack` [is already daemonizing the process](https://github.com/rack/rack/blob/1.1.2/lib/rack/server.rb#L153) (using `Process.daemon`) when `options[:daemonize]` is set (e.g. when the `-d` flag is set in `rails server`), just before [calling](https://github.com/rack/rack/blob/1.1.2/lib/rack/server.rb#L155) `Rack::Handler::Unicorn.run`...

I would like to have jsdoc in a typescript file (I don't want to use tsdoc, because tsdoc does not annotate types). This use case does not work, even though...

Fixes #2481 This probably needs the development of a minimal example (and perhaps automatic tests). Since this is my first contribution, please advise on how to proceed. I'm happy to...

feature request
area: graphics
open source contribution

There are lots of warnings with `redis` 4.8.0 and `redis-namespace` 1.9.0: ``` Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument: redis.brpop("myapp:queue:myqueue",...

Running `vsgimgui_example`, for example, runs into an exception: ``` [Exception] Failed to created Window, unable able to establish xcb connection. ``` Most likely the reason is that I'm already on...