stla

Results 306 comments of stla

No, Haskell does not modify in place. I'm currently trying to translate a Haskell code to R which involves a map from the integers (encoded as characters with R) to...

There's also `union` and `unionWith` in Haskell. The `unionWith` function takes two maps and a binary function, it returns the map obtained by taking the union of the two input...

Also `insertWith` is very useful: ```r insertWith

FYI, the [merge](https://hackage.haskell.org/package/containers-0.6.6/docs/Data-Map-Merge-Strict.html#v:merge) function is very interesting because many other functions can be constructed from this one, such as `unionWithKeys` and `intersectionWithKeys` for example. ![haskellMerge](https://user-images.githubusercontent.com/4466543/231506122-5b82e730-8092-4872-851b-285c6b19d84b.png)

I have a similar problem since I configured the environment variables `HTTP_PROXY` and `HTTPS_PROXY`.

@moladokun See https://github.com/rstudio/chromote/issues/124

Yeah. I confirm this is due to `HTTP_PROXY` and `NO_PROXY`. I removed these two variables and it works now. What does that mean?

I found a solution. In my `onLoad` function, I add: ``` .onLoad