Jakub T. Jankiewicz

Results 1032 comments of Jakub T. Jankiewicz

Is there any information about migrating from [jvilk/BrowserFS](https://github.com/jvilk/BrowserFS) to the first org? The browser-fs is deprecated ok, but I don't see any information about this org in the original BrowserFS...

ok, but why there are no information about the fork only some org that is not related to the project. I know that it was the place where browserFS was...

Now, it looks much better, thanks. I will check if the library works with isomorphic-git and if there are some problems I will write an issue. Are there any breaking...

Also note that browserFS is used by unit tests and it will probably be too much work to remove the dependency. But I will update the docs to include ZenFS...

I just realized this issue exists. I'm the current maintainer, but I think that I've become one after the issue was created. That's why I've missed this.

Ask @colin-ife-snyk he didn't reply to my email.

If he will not reply I will contact the Snyk team, maybe he doesn't work there anymore and the information on his GitHub profile are outdated. FWIW I didn't get...

Yes but what about things like functions that are not possible inside EvalMath like using [this library functions](https://github.com/markrogoyski/math-php) and have: ``` $math = new EvalMath(); $math->fn['gcd'] = function($x) { return...

It seems it was added in https://github.com/braden-w/whispering/pull/81 But the build failed and there were no release.

I could use [Waypoint.js](http://imakewebthings.com/waypoints/) together with `Shiny.onInputChange` Here is example code: JS: ```javascript var toggle = false; var waypoint = new Waypoint({ element: $('#marker'), handler: function(direction) { Shiny.onInputChange('scrollInput', toggle); toggle...