Tim TJey Jun
Tim TJey Jun
There is library called [PJAX](https://github.com/defunkt/jquery-pjax), which makes static site/spa fully AJAXed, browsing experience becomes much faster, because it reuses all js and styles and loads only html content. While developing...
Here is sample code on cpp, https://gist.github.com/hdo/598f56a23d360164c3fbf60012902a88 I think it doable via nodejs ?
This is not issue, I write you directly, but think my message get to spam, I found interesting proposal here [Request for printing ZPL codes directly to Generic/Text printer (100.000+...
Hi! Correct me if i am wrong. Chrome could print to almost any USB Thermal Printer ( ESCPOS Enabled ) , we should only provide vendorId and products Id (...
It would be nice to add feature if we select object ( testsSelect ) and if we issue testsUpdate() with no payload, it will use selected property ``` [types[`${NAME}_ADD`]] ({state,...
bigList-module.js SELECT action always creates empty Object if we select null ( in my case it is `DESELECT `) the `SELECTED `always being `{}` not `null` ``` [types[`${NAME}_SELECT`]] (state, entity)...
VueIdb - APIs "all" action rename to "load" ? ``` apis:{ tests: { all: function() { } ----> rename to ----> load:function(){ } .... ```
I saw thread https://github.com/dfahlander/Dexie.js/issues/76, i think it is supported, but i didnt get, do we have to move dexie inside web worker ?
Is it possible to add to constructor mounted hook, to run additional scripts for exmaple to populate initial data for database ``` export default new VueIdb({ version: 1, database: 'idb',...
On first page load in order to retrieve data, we have to `setPage 1` in `mounted` block, is it bug or intentionaly ? why i am asking this, because if...