Robbert Halff

Results 13 issues of Robbert Halff

The IResizeEvent interface is not exported within the public_api and it's thus not possible to use the interface in any of the event handlers. I've tried adding the export to...

I'm trying to run the build runner for code generation, the first package succeeds but the other packages fail to run because the pubspec.yaml has changed since the pubspec.lock was...

bug

Currently the UI dictates a certain id format, which to me seems unnecessary. This becomes a problem when trying to comply to the fbp-protocol standard. A rename request will be...

I'm trying to adjust the slider to reflect the following RGB values: R: 92 G: 184 B: 92 Although the marker shows the correct value the values themselves do not...

Hi, I'm currently encountering the use case where I have copied a hex color code and want to use it as the primary theme color. It would be nice if...

Hi, For Relax NG support maybe this lib is a good head start: https://github.com/mangalam-research/salve.git I'm just googling along for a Relax NG js library, maybe it's useful :-)

Currently a List is logged as: ``` [ "some", "list" [ ``` instead of: ``` [ "some", "list" ] ```

On first creation of the certificate the keys are strings, on re-use the keys are a buffer. In practise it will not matter much, it's just inconsistent :-) ```typescript crtMgr.getCertificate('localhost',...

I use this tool often because it's so simple to use, however it does not allow to publish to an organization because `npm publish` defaults to private for organizations. This...

In case it's useful for anyone needing to support this library on newer versions of angular I have several branches here which try to keep up with the latest angular...