Daniel Rauber

Results 14 comments of Daniel Rauber

I’m getting this issue in Terminal.app and GoAccess version 1.5 when I try to evaluate about 3000 files (AWS CloudFront logs). The key commands work at first but after a...

No, those files are static and not updated at all (therefore, they could be closed after reading). I just tried feeding them via ``` cat *.log | goaccess - --log-format=CLOUDFRONT...

Try using `hap_set_initial_characteristic_bool_value` (mind the underscore between `set` and `initial`. Looks like there is a bug which falsely rewrites the bool function to an int function instead of the corresponding...

👍 This definitely took me some time to figure out. I’m still not sure why it didn’t work as the API returns a 401 when authentication failed. However, appending the...

I was just looking for the same and jumped into the source code to find out: It’s currently hardcoded to the top right corner. https://github.com/minhtranite/react-notifications/blob/master/src/notifications.scss#L17-L18

you should either do `{{#each helpers.people}}` or move the `people` property outside the `helpers` object.

I’m having the same issue with Vue 3 + Vite on the `vue3rewrite` branch. Works well in development, but the module seems to be simply missing when running `vite build`...

Another currently (I think) unsolvable example: I have defined a custom `show` for headings so they are wrapped within a block with a stroke. However, in some special cases (not...

I also would love to see 1.0+ support. Thanks for your work, @pkyeck! Does anyone know if it’s possible / easy to port everything to swift, so that it’s not...

Any updates on this? I was using assemble with my Grunt workflow for quite some time now and switched to gulp in a recent project. I have a lot of...