ac10n
ac10n
> As a workaround, the following gets you going on Fedora 37 > > ```shell > sudo ./dotnet-install.sh --channel 7.0 --install-dir /usr/lib64/dotnet > ``` Thank you @danielmarbach. If anyone else...
Thank you @omajid I found that thread. I wish there was a way for us to help accelerate that.
By the way, given how awesome VsCode is in working with a container, I was able to just run the .net 7 SDK image with a folder mapped to my...
@BearCooder @dvkam I'm working on this issue. Is any of you available to help? I'm on Tezos slack and discord.
> merge conflicts need to be fix and the mentioning of signing packages in readme also need to be removed https://github.com/ecadlabs/taquito#releases Nice catch. We should have removed that long ago,...
@zamrokk There is a draft PR: #2929 to fix this. Because this is also a breaking change in many simpler cases, we're working to decide on a path forward
> why is this assigned to me? > […](#) > On Fri, Dec 9, 2022 at 12:45 AM AlirezaHaghshenas ***@***.***> wrote: Assigned #1605 to @michaelkernaghan . — Reply to this...
Entrypoint's parameter type containes a `contract 'params`. These are not implemented. Also, in many cases, the Micheline editor does not load randomly. If we close the editor (not the whole...
This will also fail if an entrypoint's datatype has `or` in it, meaning there are multiple ways to invoke it (similar to how one contract's argument datatype enables multiple entrypoints)....
Can you please share your code? Or a minimal reproduction?