-
Hello,
I am currently writing a package using the S4 OOP system, and was wondering whether there was an existing canonical way to memoize S4 methods. One of the errors I got was that `setMethod`…
-
I use `mori` for an application, that calculates similarities between words and stores a selection of similar words for each item. I dependent a lot on mori's set operations for it (which are awesome …
crito updated
10 years ago
-
> With existing transaction:
>
> I want to update the Category and the Memo. If I click Categorize first, I can't edit the Memo until I click the "Pencil" edit icon. But that then clears any Catego…
-
Editing src/Phan/Language/Type.php runs into issues where the lack of memoize() functions (from the Memoize trait) are inherited
src/Phan/Language/UnionType.php has an issue with serialiable.
To…
-
# Utterances: GitHub-powered Comments Section for Personal Sites - Florimond Manca
A short 'TIL' memo about using Utterances to add a comments section to your website, powered by GitHub issues.
[htt…
-
The following code results in SA1519 getting reported:
``` csharp
using (default(IDisposable))
using (default(IDisposable))
{
}
```
When the code fix is applied, the output has the wrong indentation…
-
### Describe the bug
The first time it starts, it crashes with the following error:
```
2024/11/06 09:58:04 ERROR failed to migrate error="strconv.Atoi: parsing \"00_reaction.sql\": invalid synta…
-
running test
running build
running build_py
creating build
creating build/lib.macosx-10.8-x86_64-2.7
creating build/lib.macosx-10.8-x86_64-2.7/ceygen
copying ceygen/**init**.py -> build/lib.macosx-10.…
-
We are probably being more aggressive than we should be about managing PartitionedTable and other Table-wrapper classes. We should fix this, maybe by introducing a new method on LivenessReferent.
-
Currently, unless I am missing something, for an `eqx.Module`, the instance field annotations and instance method annotations are disjoint. This prevents the module input from being sufficiently check…