-
I took the sample code from the wiki, where there is the chatter node. Executing that node successfully, I listened the topic with `rostopic echo /chatter`. After executing this for around 10 seconds,…
-
Hey, I have a need for the [copy](https://redis.io/docs/latest/commands/copy/) method, which is currently not exposed.
I want to contribute to it, but first, I want to understand if it aligns with th…
-
Imagine the following scenario:
```
counter x = do
_ Widget HTML T.Text
other str = do
e Widget v (a, [Maybe Widget v a])
```
which would return the result along with all the continua…
-
I'll move the discussion from email to here. In anticipation of IHP 1.1, @rvarun11 and I are trying to fix Codespaces, DevContainers and GitPod when using the new IHP boilerplate with Nix flakes. I'm …
-
```javascript
const srcMap = new Map([
['k1', 'v1'],
['k2', 'v'],
]);
```
```
const newMap = map(toUpper, srcMap);
newMap.get('k1') // "V1"
newMap === m // false
```
```
mapObjInde…
-
Initial proposal is on the wiki [here](https://github.com/haskell-distributed/distributed-process/wiki/High-Level-Redesign-Proposal). I will be seeking feedback before getting into detailed design wor…
-
Title is my main suspicion of the cause of the issue:
So, I've been trying to build the SDL2 package in Windows 10 and made [an issue](https://github.com/haskell-game/sdl2/issues/161) about the pro…
-
On Windows 7 Enterprise, the initial SBT compilation of the example project works great. However, changing the `Transform.hs` file and recompiling will result in an etlas error `copyFile: permission …
-
## Summary
The hypothesis is that the feature of having whole expressions in backticks are not used that often. And that it overcomplicates the parser.
## Motivation
The feature was added due…
-
Once https://github.com/maxsnew/multi-poly-cats/issues/7 is done, there are several applications to adjunctions that are more or less immediate:
1. In `Cubical.Categories.Adjoint` They give two defin…