Kristián Balaj

Results 15 issues of Kristián Balaj

The API should support a function to list available devices, that could be later printed to the console or used in any other way. The return type from this function...

Is there any option to use e.g. `errorBuilder` in case of network fetch or svg parse error? Something like currently the `placeholderBuilder` but in case of an error?

## Situation description `.autodispose` provider is being disposed when no more widgets are subscribed to it. Having this kind of widget tree: `MyScaffold` widget at the top with the bottom...

documentation

Having a following script: ```haskell #!/usr/bin/env cabal {- cabal: build-depends: base , split -} import Data.List.Split (splitOn) main :: IO () main = do let orders = splitOn "x" "axbxc"...

It is hard to find out how to make the plugin work for a beginner. I needed to check out my previous projects to find out that I need to...

type: enhancement
type: question
type: documentation

The following code runs forever even if it should not according to the documentation since the tasty runs the tests in case of `TestReporter`. It just wants to print resultDescription...

I'm running a darwin environment and I can't build the project. Previously I've tried to spin up the project using nix, it failed (I don't have the error message from...

I want to have a SnackBar that will not block pointer events. So when a button is under the displayed SnackBar, it should be possible to click it. I would...

c: new feature
framework
f: material design
c: proposal
has partial patch
team-design
triaged-design
multiteam-retriage-candidate

### Summary I have the following code: ```haskell import Plutus.Script.Utils.V2.Typed.Scripts.Validators (UntypedValidator) import PlutusTx qualified compiledMyScript :: PlutusTx.CompiledCode (MyScriptParams -> UntypedValidator) compiledMyScript = $$(PlutusTx.loadFromFile "data/script.txt") ``` And this is the contents...

status: needs action from the team

### Summary I'm trying to apply parameters to Aiken written validator that is loaded from file in Plutus. When the validator is non-parametrized, it works fine, but the problem is...

Low priority
status: triaged