Danielius Visockas

Results 8 comments of Danielius Visockas

@dapullar have you found something interesting? By the way you pseudo should be `while(Math.abs(event.distanceY) < this.settings.minDragDistance) { event.preventDefault(); }` parsedEvent gives me undefined so I changed it to event. Also...

Got it about the quotes. Re DRYing - `JSON.parse(response.body)` is used a lot, but not in all cases. There are few ones where the original response is kept to check...

Also maybe we could incorporate more links to courses, intros, etc into the FAQ?

Hey @MichaelKohler Moved the sentences to a separate file. Yes, these sentences come from a public domain source. Data source: https://clarin.vdu.lt/xmlui/handle/20.500.11821/33 The licence does not require attribution: https://clarin.vdu.lt/licenses/eula/PUB_CLARIN-LT_End-User-Licence-Agreement_EN-LT.htm Regarding the...

Thanks! But don't you think it should be some other keybind (like alt+space) so it would possibly conflict with less apps?

For the implementation, I used wikipedia formula as a reference. Now I found that [python has alaw in its stdlib](https://docs.python.org/3/library/audioop.html). The question is then should I just run a sample...

Added documentation, tested for torchscriptability anr batchablity, yet the tests seem to be failing. Is there a way to inspect why? The only thing that is left for doing is...

Yes, I noticed. Just wanted to push some changes to have an ability to work on other computer. Regarding the tests, `audioop` gives different results when encoding with `ALaw`. The...