AleCaste

Results 12 issues of AleCaste

Congratulations for this wonderful library. It's REALLY good. The only think we are missing is the ability to encode/decode Dates. You could simply store the result of `number_of_milliseconds = my_date.getTime()`...

Hello. I installed the react-toolbox-example project and was able to use all the components without any problems. All of them except for the "Tabs" component. This component simply doesn't show....

Hello I am getting this error on the browser (Chrome v60.0.3112.113): ```EventSource failed loading: GET "http://localhost:8080/__webpack_hmr"``` I am using Express v4.15.4, webpack v3.5.6, webpack-dev-server v2.7.1, webpack-hot-middleware v2.19.1 My code looks...

Inititially we wanted to use node-ffi to do this but the author of such module is advising me to use Edge instead to achieve the bind to an ActiveX component....

**Reproduction** Steps to reproduce the behavior: ```javascript const controller = new AbortController(); const fetchTimeout = setTimeout(() => { controller.abort(); }, 500); // Try different values from 0 - 3000 const...

bug

Why? Because when you are working on a large file (let's say, over 5000 lines of code or more) and you just press the TAB key with the idea of...

Hello If I have two components `Home` and `About`, and I have my routes defined the following way: ``` ``` Then on the `Home` component I can call `this.context.transitionTo('about1', {...

Hello! We are using this \ component on some of our app screens. When we enter screen A, the \ component is mounted. All ok. When we exit screen A,...

Hello, The ```throttle``` function that is found on ```[project]/es/util.js``` does not seem to work on my Android device when making the listview scroll with a single fast touch gesture. The...

Hello, Today I was using the `speedTest` method in `jquery.jsonrpcclient.js` in order to measure upload&download speeds and I found several problems with it. 1. The first one is that the...