Simmo Saan

Results 282 issues of Simmo Saan

Being in a channel with someone with the nick "F1". If that nick gets mentioned, their prefix will be broken, i.e. "F10" prepended: ![](https://i.imgur.com/5cqwOUA.png) It seems like the script is...

bug

I have two `#programming` channels open on different networks and when trying to use any of this script's commands in the later-opened one, it acts if it was run on...

bug

This plugin doesn't work too well when applied to messages which contain IRC color codes. For example: - nick isn't colored when IRC color code is right in front of...

bug

## Version of the custom_component 0.0.3 ## Configuration Configured via UI. ## Describe the bug Today's data is duplicated under tomorrow's data, using today's times. This is before tomorrow's Nordpool...

A front-end for the C programming language that facilitates program analysis and transformation - Project page: https://github.com/goblint/cil ##### CHANGES: * Wrap library into `GoblintCil` module (goblint/cil#107). * Remove all MSVC...

The man pages say: ``` --change-log=FILE The change log to use. If absent, provided by the package description. ``` However if dune-release guesses some change log file to exist, but...

From ajv's documentation I see there are standard meta schemas that can be used, but how to do that from the CLI? Using `-m /usr/share/nodejs/ajv/lib/refs/json-schema-draft-04.json` doesn't seem to help at...

The documentation states the following about `[@@deriving_inline]`: https://github.com/ocaml-ppx/ppxlib/blob/9360b0c367ab5798895628bbb768e8685bdcb42f/doc/ppx-for-end-users.rst#L77-L83 However, this appears not to be true, as I observed by doing the following: 1. Added `[@@deriving_inline yaml][@@@end]` after a type declaration....

I have defined a deriver named "leq" with ppxlib, but I guess any ppxlib-based deriver would have the same issue. First, I use it in a test file as follows:...

Even though ppxlib is recommended for implementing new ppx derivers, ppxlib itself doesn't have a bunch of utility functions that are provided by ppx-deriving.api: https://github.com/ocaml-ppx/ppx_deriving/blob/master/src/api/ppx_deriving.cppo.mli. In particular: - [x] Quoting....