-
## Motivation
We recently added `lib/cache.gi` and `lib/cache.gd`, currently with only a single function `MemoizePosIntFunction` in them.
Our plan is to add more functionality in there for common …
-
If you run into any errors saying that a type exists in 2 places, and one is `XX.Interfaces` and the other is `XX.Abstractions`, chances are you have old and new packages in the same project.
-
```
To allow for the use of a different caching implementation create an
abstraction for the CacheManager and Ehcache APIs. It would be good where
possible to use matching APIs from the JSR-107 spec…
-
```
To allow for the use of a different caching implementation create an
abstraction for the CacheManager and Ehcache APIs. It would be good where
possible to use matching APIs from the JSR-107 spec…
-
### Description
Using 'params' keyword in method parameters "params object?[] args" in partial class under [LoggerMessage] attribute cause Compiler Error CS0758 - in generated code 'params' keyword i…
abrca updated
3 months ago
-
Hi
Work for brave v1.67.123
Generated by Claude 3 from anthropic
```
# Last Modified: Sun Jul 14 23:20:04 2024
include
include
@{BRAVE_LIBDIR} = /opt/brave.com/brave
@{USER_DIR}…
-
Hi I noticed that there are extremely weird abstraction for use that mainly served as a way to save typing.
one particularly bad example is https://github.com/HOL-Theorem-Prover/HOL/blob/develop/tool…
-
Related to https://github.com/microsoft/kiota/issues/4636 and https://github.com/microsoft/kiota-abstractions-dotnet/issues/238
As a language specific concern, we should look into the feasibility o…
-
Build info
.net8.0.400-preview.0.24312.1(runtime-8.0.5) sdk
Steps:
1.install net8 preview 4 sdk
2.Quickly run the following command. (Direct Paste)
```
dotnet new sln -o s1
cd s1
dotnet new …
-
It's a good helper for testing filesystem access and mocking faults like invalid permissions.
Also, could help with swappable filesystem backends (mmap, ram, sqlite db, doing IO only once then cach…