-
Test escaping and direct qutoes to be on the safe side
-
Follow-up of [#12381](https://github.com/OpenModelica/OpenModelica/issues/12381#issuecomment-2116364740), check the description there.
Keeping @fedetftpolimi in the loop.
-
I'm finding trouble using ipdb in this scenario.
Not sure if I'm missing something here
```
import asyncio
import ipdb
async def main():
await asyncio.sleep(1)
ipdb.set_trace()
asyn…
-
Macbook (M1 Max Chip)
I add OMChroma and try to load it and get:
Error while loading the library OMChroma:
`"Lambda list (editor object) is not congruent with the lambda list (om-sharp::editor om…
-
**Describe the bug:**
Attempt to launch om aarch64 ubuntu linux does not succeed. What have failed:
- osu failed to load acodec-related libraries, as my distribution does not have `libavformat.so…
-
Hello!
I'm trying to load CNMAT in OM#. Since there isn't an .omlib file, it cannot be loaded.
I tried writing the omlib file myself, but I'm not very clear about how the omlib file should be f…
-
OpenMetrics always had an optional protobuf format, see https://github.com/OpenObservability/OpenMetrics/blob/main/proto/openmetrics_data_model.proto . Prometheus has no support for it yet. However, w…
-
Hi Jean,
I'd like to suggest one more thing!
Could be possible to add a way to check the actual version of om-sharp. I am seeing a lot of people using old versions (??). I think that is because …
-
> Dear Jean. Nice work with OM-sharp!!!! I wonder if it is possible to use the Tristan library with OM-sharp. It is very useful for students when they are studying spectral techniques. ¿Is that possib…
-
``` r
library(lubridate, warn.conflicts = FALSE)
stamp("february 14, 2004")(ymd_hms("2012-08-13 11:37:53"))
#> Multiple formats matched: "%Om %d, %y%H"(1), "%Om %y, %d%H"(1), "february %y, %d…