xenoliss

Results 8 comments of xenoliss
trafficstars

Thanks for the response. Basically I'm implementing a function that takes two `int256` and takes the difference of them and raise the result to a given power. I can't assume...

I'm using Flutter 1.17.0 on beta channel (for web dev). See the code below: ```Dart class ExampleWidget extends StatefulWidget { @override _ExampleWidgetState createState() => _ExampleWidgetState(); } class _ExampleWidgetState extends State...

What I meant is that if you now remove the textStyle property you'll find the MarkdownWidget does not behave exactly identically: as long as it can expands you'll be abble...

Hi there, I apologize for the inconvenience but as a beginner trying to learn golang I'm not sure I get this answer from @nezorflame : > [microsoft/vscode-go#3057](https://github.com/microsoft/vscode-go/pull/3057) should fix the...

@tynes I implemented your recommendations and sent a [PR](https://github.com/ethereum-optimism/specs/pull/110) to the specs repo trying to better describe the changes, requirements and implementation details.

My understanding is that the need for this PR may have been deprioritised in favor of a smaller first step toward migrating to the Security Council. I will loop back...

Hey @tynes and @maurelian, thanks for the yesterday's update. In the end this PR is **still wanted** so I'm happy to hear your feedback and do what's needed to have...

Hello, same here, I'm still getting the error while deploying on an Arbitrum fork in script with forge version `0.2.0 (15c0226 2022-11-18T00:11:16.546830339Z)`.