qbolec
qbolec
If I start with: ``` var sound = new Pizzicato.Sound({ source: 'file', options: { path: app.config.get('servers/static') + `/sounds/wrong.mp3` } }); var quadrafuzz = new Pizzicato.Effects.Quadrafuzz({ lowGain: 0.6, midLowGain: 0.8, midHighGain:...
https://bugs.chromium.org/p/chromium/issues/detail?id=732551 Workarounds which I am aware of: 1. avoid long words in the first place 2. add `{ word-break: break-word; }` to item's styles 3. remove `flex-wrap : wrap` from...
Changed LevenshteinEditDistance to use algorithm which much faster than O(NM) while still using linear amount of memory. I needed this change because I was scoring large chunks of text (thousands...
Not sure what level of support for unicode is expected here, but since it is supposed to be a "better grep", I'd like to be able to search for Polish...
I've tried to define novalidate prop on a controller with no luck. The attribute https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-novalidate is quite useful for apps which do validation by themselves.
There is a whole slew of problems once you add an element with id:0. For example, if you keep performing `collection.set(collection.serialize())` (which should be more or less idempotent) you get...
First of all, I'd like to thank you so much for this project - as a ~35yo father of ~3yo son, I found your implementation as the only one available...
This perhaps should be several separate issues, but I'm in a hurry, and figured it's better to report anything, than nothing, so... I've tried to follow the example from the...
I understand that type:value works 1-way. I understand that it does not update the .value of the input when the control is focused. This leads to situations where model has...
So, you ask me to download your app and run it on my computer, and trust you everything will be fine? Isn't that what got me in trouble in the...