-
Queries aren't thread safe. I think *trail* is the culprit, and binding that to a new vector when my thread starts seems to do the trick. Memory is cheap - should probably just allocate a new *trail* …
-
## Step 4: Anatomy of a query
Now let's analyze what you have written. A CodeQL query has the following basic structure:
```ql
import /* ... path to some CodeQL libraries ... */
from /* ... variable…
-
cc @hmontero1205
In #70 support for quickchecking non-parametric functions is introduced -- we'll want a way to let the quickcheck "driver" instantiate parametric functions with the ability to put…
-
Any interest in making the defvalidator more hygenic? This also allows you to use functions created outside the scope of the macro for predicate and error fns.
``` Clojure
(defmacro defvalidator
[…
-
**Bicep version**
Bicep CLI version 0.29.47 (132ade51bc)
**Describe the bug**
When using `.? ?? ` instead of `contains(, '') ? . : ` the resulting ARM template produced from `az bicep build` is …
-
### Description
Based on the initial Spatial ES|QL feature set described in https://github.com/elastic/elasticsearch/issues/103587, we would like to see a modest subset of OGC compliant functions. …
-
**TypeScript Version:** 3.2.4 or @next as of 2019-01-22
**Search Terms:**
**Code**
```ts
const isArray: typeof Array.isArray = Array.isArray.bind(Array);
```
**Expected behavior:**
…
-
```
Hi,
I've modified my local ListBase class to make the filtering a bit more useful
when using predicates.
The functions will now return an integer telling you how many items the
predicate has f…
-
I'm following the migration guide for updating a function to .NET8:
https://learn.microsoft.com/en-us/azure/azure-functions/functions-dotnet-class-library?tabs=v4%2Ccmd#updating-to-target-net-8
Bu…
-
One obstacle to reusing existing library types in client code is that Dafny currently does not support defining member functions on type aliases. Here is what I would like to be able to write:
```…