-
@shelby3 [wrote](https://github.com/keean/traitscript/issues/2#issuecomment-248102324):
> Also, the compiler can use a much simpler form of path analysis (independent of run-time state) to do that pe…
-
Per-CPU sharded values are a useful and common way to reduce contention on shared write-mostly values. However, this technique is currently difficult or impossible to use in Go (though there have been…
-
Leave below as comments your memos that grapple with the topic of AI inspired by the readings, movies & novels (at least one per quarter), your research, experiences, and imagination! Also add a thumb…
-
Terraform v0.12.2
### Use-cases
We often use `count` to disable a resource (above all in modules) from a boolean var, with statements like `count = var.enabled ? 1 : 0` or `count = var.enabled ?…
-
The idea is to create a simple, compact, symmetrical, typed language for generic programming that compiles to JavaScript. The initial reference is "Elements of Programming" by Alexander Stepanov and P…
keean updated
6 years ago
-
With a notice to @aothms, as discussed with @Moult, and as mentioned on OsArch...
...about replacing the opencdeserver code in:
[https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/open…
-
Migrating in from https://www.w3.org/2011/webschema/track/issues/13
There are various pages about real estate out there, and we periodically get questions about how schema.org might be applied. How t…
-
EF Core Preview 5 would generate CROSS APPLY from a linq query like this:
```c#
from navObject in Context.NavObjects
join vessel in Context.Vessels on navObject.VesselId equals vessel.VesselId
f…
-
Reply with your memo as a Comment. The memo should be responsive to this week's readings on The Future from Martin Rees, with 300–500 words + 1 visual element (e.g., figure, image, hand-drawn picture,…
-
### Bug Description
Prior to the v0.10.0 refactor, 'retriever_mode' parameter was being passed via kwargs to KGTableRetriever:
https://github.com/run-llama/llama_index/blob/3823389e3f91cab47b72e2c…