Sergey Kozlov
Sergey Kozlov
Hi guys! How do you feel about TypeScript? There seems to be no types for your package. Would you mind including type definitions in the npm package? I could work...
``` (MediaFile::open(...)) ->getAudio() ->getLength(); ``` `fread() expects parameter 2 to be int, string given` in `wapmorgan/binary-stream/src/BinaryStream.php` because `segments_count` === `''`. [4e721b43.ogg.zip](https://github.com/wapmorgan/MediaFile/files/4461075/4e721b43.ogg.zip)
fix for https://github.com/zalmoxisus/redux-devtools-extension/issues/714
Hi! Functions that return from the hook must be memoized because they can be used in effects, and the linter will require you to specify them depending. Now I had...
**Describe the bug** Splash screen not generated for 6th gen iPad mini **Screenshots** **Additional context** https://en.wikipedia.org/wiki/Comparison_of_iPad_models#iPad_Mini_series In the sixth generation, the screen size was increased. Apple does not reflect this...
## URL(s) https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Img ## Request type - [ ] New documentation - [x] Correction or update ## Details The `onerror` attribute is marked as deprecated. However, I don't understand why....
OK: ``` ``` OK: ``` {[1,2,3].map(() => ( ))} ``` FAIL: ``` {[1,2,3].map(() => ( ))} ``` ``` TS2739: Type 'Element[]' is missing the following properties from type 'ReactElement ReactElement...
тзь?
Сильно не хватает вариации сего чуда для тзь. Иногда как напишешь что-то, а оно не работает.
Hi! Is it possible to add an option to generate ``` export type User = { username?: string; uuid?: string; } ``` instead of ``` export interface User { username?:...