-
LuxorLiving from Theben is a kind of simple KNX system without having to use ETS. Theben provides free software for this. If larger projects have to be linked with other manufacturers, LuxorLiving com…
-
We currently use +hmaxib to avoid one too big process crashing the service. But referenced binary will be double counted binary vheap, even when the entire calculation is inside the process, for examp…
-
```
Device info:emulator
Build info:emulator 5.0.0.36(SP1DEVC00E36R4P11log)
Fingerprint:9a7a625fe04bd5585d59ccd743ecae5659a88160429be94bc73c89cca57e4149
Module name:(这是我们的包名,请忽略)
Version:1.0.0
V…
-
### Environment
* Elixir & Erlang/OTP versions (elixir --version):
Elixir 1.13.4 (compiled with Erlang/OTP 25)
More specifically, `asdf` versions `elixir 1.13.4-otp-25` and `erlang 25.0.1`
…
-
Currently the OGC CITE Tests in deegree-tests/deegree-compliance-tests for
- WCS 1.0.0
- WFS 1.0.0, 1.1.0
- WMS 1.1.1, 1.3.0
are based on quite old forks of the related OGC ETS.
Prefered set…
tfr42 updated
1 month ago
-
Define a few mandatory items (e.g. author, title) to filter records that will be displayed in the Catalog.
DoD:
- core profile is defined - list of required items is known
- core profile is avail…
-
```elixir
defmodule A do
def first_n(ets, n) when n >= 1 do
first = :ets.first(ets)
first_n(ets, n - 1, first, [first])
end
defp first_n(_ets, 0, _key, res), do: Enum.reverse(res…
-
Hi xknx team,
at first I have 2 say: you do an awesome job!!!
Since february, I am not able to import knxproj files any more.
At first, I thought, I did sth. wrong (in ETS), but afterwards, I saw…
-
From ETS-PFE042-EvalueTonSavoir-Frontend created by [louis-antoine-etsmtl](https://github.com/louis-antoine-etsmtl): louis-antoine-etsmtl/ETS-PFE042-EvalueTonSavoir-Frontend#21
null
-
### Build issue(s)
I'm having problems building the lighting-app using esp32s2 as target
The board I'm using is a [ESP32-S2-SAOLA-1R (WROVER)](https://docs.espressif.com/projects/esp-idf/en/latest…