Tags
- actionscript
- actionscript3
- adl
- air
- air for android
- android
- bugs
- Chodakiewicz Marek Jan
- css
- equals
- flash
- flashdevelop
- German death camp
- Germans
- Germany
- htmlText
- Illustrator-artboards
- Illustrator-cs5.1
- Illustrator-scripting
- Invasion of Poland
- javascript
- Kisielewski Tadeusz A.
- magento
- magento api
- magento basic api
- Pilecki
- reactjs
- rectangle
- Rodziewiczówna Maria
- Skype
- snippets
- SQLConection
- SQLError
- SQLite
- SQLStatement parameters
- styleNames
- StyleSheet
- TypeScript
- Varien_Object
- webservices
- Witold Pilecki
- wordpress
- WWII
- Wyrwich Mateusz
- XML-RPC
Blogroll
Categories
- Accessibility (1)
- android (6)
- Bookshelf (69)
- bugs (9)
- flash (33)
- actionscript (22)
- air for android (7)
- SQLite3 (in AIR) (6)
- history (12)
- HTML (13)
- CSS (3)
- JavaScript (10)
- Illustrator-Scripting (3)
- JAVA (2)
- magento (12)
- npm modules (1)
- php (5)
- ReactJS (7)
- TypeScript (5)
- Uncategorized (14)
- xml-rpc (9)
Monthly Archives: March 2023
BrowserPriorityTimers npm module
I’ve prepared npm package with the BrowserPriorityTimers class. It gives you ability to use timers that will not be throttled by the browser. This maybe useful at times when you want to keep your timers execute without interruption even when … Continue reading
Posted in npm modules, TypeScript
Tagged npm, timers, TypeScript, web-workers
Comments Off on BrowserPriorityTimers npm module
TypeScript: Add typing to the lodash entries helper
This is a followup post to the other one where we’ve added types to the lodash keys helper. This time we will add types to the entries helper, which is an alias to the toPairs helper, where we can also … Continue reading
Posted in TypeScript
Tagged TypeScript
Comments Off on TypeScript: Add typing to the lodash entries helper
TypeScript: Add typing to the lodash keys helper
With lodash (Version 4.17.21 at time of writing) and @types/lodash (Version 4.14.191 at time of writing) using the keys helper will lose the type information of the given object.