Édouard Lopez
Édouard Lopez
Hello @johangirod, Any change to move this PR forward?
I ended using the dependency injection approach as others solutions were not working for me. I also find it to give me more granular control, as I wanted to test...
Below is how I setup `jest-fetch-mock` in `src/setupTests.js` import fetch from 'jest-fetch-mock'; jest.setMock('isomorphic-fetch', fetch); It's also imported at the top of my test file `src/pbx/outcalls/__tests__/services.test.js` and reset mock before each...
# Tifinagh ruby font > A font for tifinagh with each **character annotated with its transliteration** in latin, IPA or arabic. ## Preview From top to bottom: 1. _Noto Sans...
There is blocking issue with Noto-CJK/Opentype.js. For more informations, see: * nodebox/opentype.js#273, * nodebox/opentype.js#243, * googlei18n/noto-cjk#81
We can move forward with this as Noto issue has been resolved, see nodebox/opentype.js#273 nodebox/opentype.js#243
You will need to: 1. extract Jyutping (ruby) text from unihan dataset using https://github.com/parlr/chinese-data/ by modifying https://github.com/parlr/chinese-data/blob/f1af9d1c18/src/chinese.awk to pull `kCantonese` instead of `kMandarin`. 2. generate the JSON file with `yarn...
That's the idea, but I need to implement it.
Pressing Enter copy the generated password to clipboard, focusing an input field already close the Extension pop-in. So no need to escape. If we automatically close, it will make viewing...
Sharing URL to lesspass would indeed be a good thing. @KevDoy, in the mean time I found screen-splitting to be a good compromise  More info read [Android N quick-tip:...