Florian Ebeling

Results 11 issues of Florian Ebeling

The environment variable `SSL_CERT_DIR` is documented to configure an alternative trust CA. This expected behavior is documented in the SSLConfig module [here](https://github.com/nahi/httpclient/tree/27fbb07685930d1c8dbdc8dd1e72027f79879bbe/lib/httpclient/ssl_config.rb#L187-L190). It doesn't take effect, though. When searching the...

The [docs for the `ProcessManager` behaviour document](https://github.com/commanded/commanded/blob/v0.15.1/lib/commanded/process_managers/process_manager.ex#L82), that the option `consistency` determines the consistency guarantee when commands from a process manager are dispatched. When looking at actual commands from a...

I would be useful to have a callback on completion of a transformation, which passes along the newly created file. That would allow to inspect it for certain details prior...

**Describe the bug** After the in-app update to 4.6.2 on macos 11.6.8, there's a visual bug. Also an error notification is shown for a moment. **To Reproduce** Steps to reproduce...

needs-triage

When I do `z t` I jump into a project I work in currently, `trackerjs`, as expected. But when tapping completion after `z t` I don't get the same result,...

I think it would be cool to be able to deploy the app by just pushing to Heroku or Dokku, and only set some environment variables. No fork or code...

Leaflet.pattern doesn't use a module loader, but assumes a global variable `L` to be present. That breaks when Leaflet is used a npm package with browserify.

WRT to the todo about integration tests that is in the README: I guess the problem with integration tests is the exception that is raised because of the missing manifest?...

info needed

**Describe the bug** When a column contains only phone numbers with (in Germany) charactaristic infix '-' (minus sign) for formatting, then the column is inferred to be 'number'. On the...

Phone numbers often have infix dash signs to denote area code, number and extension. This change ensures such values don't a) convert to 'number' and b) then fail parsing (thus...