Lukas Paluzga

Results 8 issues of Lukas Paluzga

Hi, Thank you very much for your library! Do you plan on enhancing the library with [JSON5](https://json5.org/) syntax? Would you be open for JSON5 features pull requests? Thanks!

Hi! The size of the client application (downloaded to browser) of bolero-app sample (`dotnet new bolero-app`) when published in release configuration (`dotnet publish -c Release`) is almost 13MB. Is this...

question

TypeDefinitionColleciton.name_cache keeps old namespace and name key. This causes errors when trying to export another assembly where TypeReferences were appriopriately renamed as well - resolving TypeReference to TypeDefinition fails. Example:...

The method (`ConfigurationReader.FindConfigurationExtensionMethods`) should not rely on specific `ExtensionAttribute` type present in `System.Runtime.dll`, but rather on any type with matching name. The attribute can be polyfilled in any assembly to...

bug

Hi, Is React profiler and components view supposed to work when viewing this demo in Chrome or Firefox? As far as I could see in SAFE documentation it should be...

Hi, As discussed ages ago on Slack, here's a PR for Store.map2 and Observable.map2. I was able to test this after modifying the .sln to include Fable.Expect project and updated...

Hi, What is the canonical way to represent "not yet known" value? For example, result of an async expression? The simplest way (achievable now) is to simply use `Store`. Stores...

### Description When using `framework: net8.0-windows`, some transitive dependencies are not included in paket.lock. This also means `paket show-installed-packages --all` won't show transitive packages. Reproducible with paket 8.0.3 and 8.1.0-alpha004....