eric
eric
I am seeing an issue where the scroller is indicating that the scroll event is out of bounds, when there should be scrolling that occurs. It seems that the point...
See #111 Currently, the loader does not update require statements in associated foreign modules. However, some PureScript modules use relative imports in their associated foreign modules. - [`Data.HashMap`](https://github.com/fehrenbach/purescript-unordered-collections/blob/d8f96e486e23fec4ef66800e724a31d3d008be69/src/Data/HashMap.js#L9) It's unclear...
It is possible that `parsed.result` can be a string. Therefore, we cannot call `.some` directly. https://github.com/ethul/purs-loader/blob/712dabc76c3f4495098e8f6bae47610c2857c59f/src/ide.js#L248 ```javascript { result: 'Couldn\'t find file at: /path/to/File.purs', resultType: 'error' } ```
@sgentle @Pauan Sketch on resolving #33. Initial thoughts? Thanks!
When I attempt to return a numeric value from a Lua script, I arrive at the following exception. Best, -Eric ``` scala scala> :paste // Entering paste mode (ctrl-D to...
I can specify options for `addjob` that have a corresponding value; e.g., ``` javascript client.addjob('queue', 'job', 100, {DELAY: 10}, function(err, res) { ... }) ``` However, I am wondering if...
```purescript reducerOptic :: forall state state' action action'. Lens' state state' -> Prism' action action' -> Reducer' action' state' -> Reducer' action state reducerOptic lens prism k = wrap $...
#### type - [x] $cacheFactory.Cache - [x] $compile.directive.Attributes - [x] $rootScope.Scope - [x] angular.Module - [x] form.FormController - [x] ngModel.NgModelController #### service - [ ] $anchorScroll - [x] $animate -...