-
@sergisiso @arporter , our Poseidon uplifter works well with simplified Kernel: Perfectly Nested loop with "simple" assignments inside.
Some of FlashX code (and probably other out there like Nemo) …
-
I managed to end up with something like
```python
a = ak.JaggedArray.fromcounts(
np.array([1, 0, 3]),
ak.MaskedArray(
np.array([True, False, True, False]),
np.arange(4),
…
-
Hi, The following is a document in Cosmos NoSQL:
```
{
"entitlements": [
{
"id": "test1",
"expiry": "date1"
},
{
"id": "test2",…
-
I think I have a fix for this. The other thread was closed so this is more appropriate. The problem was that the setting was not being changed for max_depth and nested arrays could not be viewed.
We…
-
It seems like IgnoreListHandling is still being ignored when applied to child list items.
``` c#
class Program
{
static void Main(string[] args)
{
using (MemoryStream ms = new MemoryS…
-
## Description
LLVM’s assumption of R/W memory and registers does not fit with the memory model used by the Cairo VM. We can either take the SSA form and treat the target as an infinite-register ma…
-
Framework:
Qt (C++, mingw)
OPC-UA server:
Siemens S7-1500 PLC
In our project we use the open62541 library to setup an opc-ua client.
The client itself functions without problems, however, we…
-
### Version
OS: Ubuntu 22.04
Python: 3.10.2
Pulsar: pulsar-client==3.2.0
### Minimal reproduce step
```python3
from pulsar.schema import JsonSchema, Record, Array, String
class A(Record):
…
-
Customer wants to be able to search by zaaknummer (`zk-nummer`). We've added this to the `searchableAttributes`, but it does not work. This is probably because Meilisearch does not support searching i…
-
Im using the library on a nested dataframe ex:
this is my schema:
```
StructField("A", ArrayType(StructType([
StructField("B", StructType([
StructField("C", StringType(), True)…