aemino
aemino
Node v8 has been released and `async_hooks` is finally out. Are there plans for implementing a new alternative to domains?
I was just wondering if there were plans to implement an alternative. I'm glad that native promises are now domain aware; one of the issues I've been having is that...
Hi there, I'm having a similar issue to this one. NoiseTorch worked fine for me in the first couple of releases, but somewhere along the line I reconfigured pulse so...
I tried out this build, still have ~5 seconds of latency. Should I try some particular PA config? Edit: Setting the NoiseTorch input as fallback/default in `pavucontrol` seems to fix...
`avoid-resampling = no` Latest log ``` 2020/11/02 17:52:27 Application starting. Version: 0.7.3-beta 2020/11/02 17:52:27 Checking if config needs to be initialized 2020/11/02 17:52:27 Couldn't resolve $XDG_CONFIG_HOME falling back to '/home/aemino/.config'...
I re-ran the input daemon as you suggested (the same device was bound to the same fd), and it seems to have crashed due to a permissions error. sudo runuser...
This could have something to do with the ASP.Net request validation; perhaps it's erroring with repeated non-alphanumeric symbols.
@spacek531 It occurs with repeated non-alphanumeric, but also just certain amounts of non-alphanumeric characters. It's really hard to track down the exact cause of the issue because it occurs in...
@Anaminus Updated with more information.
The rule's description states: ``` Await future-returning functions inside async function bodies. ``` Await statements can only be used in function bodies that have been marked async.