Alex Kit
Alex Kit
Hi James, it looks like as it was intended to allow only one single callback pro `success/fail`. Should it not be allowed to add more callbacks? Thanks, Alex
Hello CSB Team, I am working on a component-based template engine called [Mask](https://github.com/atmajs/maskjs). This PR adds a new file extension (.mask) with the syntax support. It would be great, that...
Hi Jochen, with the pull request updating here the bililiteRange library, there were some bug fixes and improvements since current version in this repository. It also fixes the problem with...
It looks like a typo. Each component exports the `destroy` function as a static method, not the `instance` method.
Hi Henryk, thank you for the nice library. What do you think about renaming CSS selectors to prevent collisions by adding namespaces? Would you accept the PR? For example, in...
Hello Team, the feature request: the user could add or modify the **AccessLists** before submitting the transaction on-chain.
Hi Michael, would be it possible to wrap the result to the real HTML document, with `doctype`, `html`, `body`? Also it would be nice to have `` in `head` element....
Create an array of nodes, instead of storing the node under UID property or random property. ``` javascript var cal = ical.parseICS(str); cal.vevent // ```
Hello Team, The 0xweb SDK simplifies the integration of smart contracts into Web2 Node.js projects by generating client classes for contracts based on their deployment addresses. It introduces a high-level...