-
This is an attempt at a full feature specification for protected instance members, as another solution to #835.
Edit: And this is version 2 where the protected members can be overridden by subclasses…
-
```csharp
public class Base
{
protected string Field;
}
```
```fsharp
type Inherited() =
inherit Base()
member x.Hey =
let f () = x.Field
f ()
```
Th…
-
**Repro steps**
1. Create new fsharp project
2. Add "MarkdigExtensions.SyntaxHighlighting" package
3. Add the following code
```f#
open Markdig.Renderers
open Markdig.Renderers.Html
open Mark…
-
I subscribe to an online publication called Hell Gate. This publication has an [RSS feed:](https://hellgatenyc.com/all-posts/rss/) that behaves in a unique way: The full-text feed is only visible to l…
-
### Describe the change
The function that ensures that the payload is well formed is quite tricky with a lot of nested logic:
https://github.com/paradigmxyz/reth/blob/0c516091b8f45f07cf4d76879153…
-
## Motivation
Customizable variants greatly enhance the experience of using ReScript records in JavaScript.
But it still lacks encapsulation capabilities. When building a library in JS, implemen…
-
hi friend, thanks for this framework.
i want to use this framework n i want to know how to protect route or permission base route.
i cant found sample similar to that . thaanks
-
@mtiller, [this report](https://libraries.openmodelica.org/branches/master/ModelicaByExample/files/ModelicaByExample_ModelicaByExample.Components.LotkaVolterra.Examples.ThreeSpecies_Quiescent.err) sug…
-
When the origin is configured to point to private buckets (those with a secret/access key), the `ls` functionality triggered by issuing a PROPFIND request to the origin fails. I suspect the source of …
-
**TL;DR:** Should the FedCM specifications and/or documentation more emphatically warn against device exfiltration attacks?
**Context:**
- FedCM does not take a stance on how Relying Parties (RPs…