-
Not experienced enough how bazel build system works. I am running into this issue when building.
```
$ bazel build src:perf_to_profile
```
```
ERROR: /home/mschulte/.local/opt/perf_data_converter…
-
Currently the case class for my program has ballooned to have over 35 options. The options can be logically grouped. What I would like to do is to have several smaller case classes and then parse the …
-
In the IBPSA library, the solar azimuth is 0 if the sun is in the south. Various conventions exist for how to define the solar azimuth (https://en.wikipedia.org/wiki/Solar_azimuth_angle) but the most …
-
This works:
```ocaml
(* a.mli *)
module M : module type of One.Make(Two)
open M
```
But this doesn't:
```ocaml
(* a.mli *)
open One.Make(Two)
```
So, I have a mitigation for now. Re…
-
### Problem
I would like to define and use a custom unit converter class. The existing `mpl.units.registry` system is type-based, which does not work for my usecase. I need my converter to generali…
-
Hi all,
First of all, I wanna thank @kriswiner for his amazing code. This piece of code together with the attention, time and effort you put on this topic is amazing, mainly for a hobbist like me w…
-
I disagree with subtracting the acc cals here. It should only be used in the coeff.
https://github.com/mfosse/JoyCon-Driver/blob/6886a86d27ff5303079304c904629fc24e8deac6/joycon-driver/src/main.cpp#L2…
-
_From @maxogden on July 16, 2013 18:46_
describe and link to datasets that I can use as a way to pilot/test out `dat`!
via @loleg:
- extracting financial data from 26 Swiss cantons and their 2500 ad…
-
On openSUSE 15.4, I can successfully build v0.2.6, and there are no errors.
If I try the same procedure with v0.3, cmake makes no complaints about lua depenencies
-- The CXX compiler i…
-
I might be wrong but I did not find how to do timezone conversion I tried different syntax without much success:
```
> 2019-01-09 4:24 EST to CET
2019 - 1 - (((5664 / 60) * exasiemens) * tesl…
nicoe updated
6 months ago