Mathias Panzenböck

Results 36 issues of Mathias Panzenböck

Don't know if that is needed here, but I don't think it can hurt.

Is there a way to pass the email (and other meta data) certbot shall be use for the certificate?

If I don't add all these files to my `config/application.rb` I get various name errors during `ActiveHook::Hook.new` and `hook.save!`: ```ruby require 'activehook/hook' require 'activehook/redis' require 'activehook/config' require 'activehook/app' ``` I...

You need to add `require 'securerandom'` too `hook.rb`. Maybe you need to add the gem `rubysl-securerandom`, too. Otherwise the `activehook-server` will crash.

JSON strings only support double quotes `"` and there was a random wrong `|` in the shell code example.

With these changes I could speed up execution a lot. On my machine instead of over 2 minutes it now takes about **14 seconds** (including saving the plot as SVG,...

**Bug** - `package` version: 1.1.0 - `node` version: 18.12.1 - `npm` version: 8.19.2 What you did: `jest.config.js` ```JavaScript module.exports = { preset: 'ts-jest', testEnvironment: 'node', transform: { '^.+\\.ts?$': 'ts-jest', },...

It would be awesome if you could run it as a server so you could test if your browser is vulnerable.

I think this should make it possible to install it to a path that contains spaces. (Haven't tested it, had no time for that today.)

This should fix parsing of number literals. Without this the decimal places where always cut. I'm not sure if I do it right, though. Also I added an empty .gemtest...