Rowan Goemans

Results 48 issues of Rowan Goemans

We are supporting doxygen commands with template generation but there are a lot more commands that can be generated and it would be really usefull to allow for some kind...

enhancement

I really liked this plugin and it's really close to being workable for me in production. But the current release is completely broken. Since there haven't been any updates or...

In some cases a design requires clocks to be related somehow. For instance a low overhead clock crossing can be implemented if two clocks have the same origin, phase and...

enhancement
discussion

After some refactoring I hit a bug where Clash failed during Normalization. When trying reducing to reduce it to a smaller case I no-longer hit a Normalization but hit a...

bug

Currently when implementing custom bit representations for any types it needs to be monomorphic. This makes it unergonomic to use. Especially if you make a generic component that relies on...

enhancement

Clash supports a way to make data types have different encodings using the [BitRepresentation annotations](https://hackage.haskell.org/package/clash-prelude-1.6.3/docs/Clash-Annotations-BitRepresentation.html). One common way to reach higher frequencies is that data structures that are used in...

enhancement

Hi Jimmy, Thank you for your hard work on this library! I have an issue which I have no clue what is going on. I'm hosting mitm.html and sw.js myself...

I'm using vscode with Hasklig as the font. But for languages other then Haskell I have disabled ligatures. When using Haskell I have no problems. But when using non-Haskell it...

Hello everyone, I would like to use symengine to prove whether given some equality and/or inequalities a specific inequality/equality is a tautology. I can create an expression fine in symengine....

enhancement

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

question
bug