Yoann Padioleau
Yoann Padioleau
Should be part of the next release of semgrep (1.6.0) this week.
fixing bugs without even knowing :)
This is becoming higher priority
good progress this week: https://github.com/semgrep/semgrep/pull/9291 We manage to get semgrep-core and semgrep scan ci working natively under windows. There is still lots of rough edges and stuff to fix, but...
We're planning to allow people to write rules using jsonnet. This would solve your problem. See for example how we use jsonnet internally to specify rules to run: https://github.com/returntocorp/semgrep/blob/develop/semgrep.jsonnet
We're planning to allow people to write rules using jsonnet. This would solve your problem. See for example how we use jsonnet internally to specify rules to run: https://github.com/returntocorp/semgrep/blob/develop/semgrep.jsonnet
Any help? Is this project dead? Should I switch to another OCaml library (e.g., Brr by daniel buenzli?)
Is there code I should imitate to do that? I'm a JS/Browser noob.
Is this issue fixed in the vdom 0.3 version? https://discuss.ocaml.org/t/ann-vdom-0-3-functional-ui-applications-now-with-custom-event-handlers/13298
If I type a key in the page, nothing changes. However, if I click on the button, and then I type a key anywhere, then the event gets triggered.