s-ol

Results 140 comments of s-ol

I would also find it really useful to be able to use indexing, in my case to reorder elements. To simplify, this could/should be limited to uint* valued arrays maybe....

Here's a diff that implements indexing by u/int* valued arrays. The indexing array can be multi-dimensional but the indexed-array needs to be linear. Note that there is also no range-checking...

> `numpy` is quite clear on what an index means, and we shouldn't break with that. I haven't used numpy extensively, so I had to look it up. For reference,...

So I tried replacing the `OF_ROOT` interpolations with the absolute path including drive letter and VS still looks in `C:\`... so I guess this is actually a Visual Studio problem?...

@haschdl: sorry, your comment slipped through my notifications. D:\ was a internal HDD.

> I'm having a similar issue. I have a multi VLAN network and have several nics, one with a VLAN attached and it shows the same IP as the interface...

@LordNex looks like this is the responsible bit of code: https://github.com/hassio-addons/addon-adguard-home/blob/main/adguard/rootfs/etc/cont-init.d/adguard.sh#L51-L57 No way to configure it currently, but maybe there should be. In any case it should deal with duplicates...

I'd like to use this with a ZMK keyboard that uses BLE (GATT? I don't know which terms are important here) and it seems not supported: When I pair it...

I wouldn't define a hypertext markup language, your Lua syntax is one already. An inline block is fine, end-user end points are wrong IMO, their use is very very application...

I'm also needing this for the same reason. I am transpiling a directory tree of files to another destination directory and want to keep the directory structure intact. The two...