balazs HIDEGHETY

Results 64 comments of balazs HIDEGHETY

**TODO (summary of my notes above):** 1. MEDIUM RIORITY make sure that inside configuring snapraid data disks, we use **data** keyword instead of disk 2. HIGH PRIORITY when loading data...

since similar functionality can be achieved inside the scoring function, the only real job is to **create a public function** which changes the special **diacritics** char so **invariant** search would...

@brianreavis Actually I don't understand Sifter in details and **would like** to avoid any change inside a code that is maintained by other developers (by you) - since any change...

Any update on this? Estimation of V4 release date?

**first i had to replace special chars to an 'ascii' (latin) equivalent** ``` javascript (function() { var DIACRITICS = { 'a': '[aÀÁÂÃÄÅàáâãäå]', 'c': '[cÇçćĆčČ]', 'd': '[dđĐďĎ]', 'e': '[eÈÉÊËèéêëěĚ]', 'i': '[iÌÍÎÏìíîï]',...

To add: the only drawback is that highlighting isn't correct. @brianreavis adviced to "just adjust tokenize to not split on spaces and add a ^ to the beginning of the...

![image](https://user-images.githubusercontent.com/6331063/134817144-528a8520-2ba1-4dd3-a23e-0926f902af97.png) - when setting torch off?

As - except the error / message - there's no other side effect i'm aware of, I hacked it this way: ```typescript @Injectable() export class AppErrorHandler extends ErrorHandler { private...

@NetanelBasal typical use-case: 1. user is writing a long description into a 2. for some reason presses ESC (unintendedly) 3. dialog closes, the written up text disappears The idea is...

Would probably add this also as a default: Let the custom component fill the entire dialog (in case it's fluidly designed) ```scss .ngneat-dialog-content { > * { display: flex; flex:...