Adam Gastineau
Adam Gastineau
Take a look at the [resources](https://hacktoberfest.digitalocean.com/resources) and [FAQ](https://hacktoberfest.digitalocean.com/faq) sections; they both mention some stuff about handling spam/ensuring quality contributions. There have been problems with spam in the past, but I...
> What HTML elements and attributes `Button` uses under the hood is an implementation detail and may change in a future version of Tokamak While true, considering the non-Apple renderers...
What do you think the future of macOS support is given the SwiftUI announcements at WWDC? Where do the issues lie in the macOS part of the frameworks? Is it...
I am experiencing a similar situation where initially, the layout renders correctly, but changing the component tree breaks the layout in a similar manner. Any window size change restores the...
Not sure if this has to do with your issue, but for me it appears to be the sizing of `ScrollArea`. Somehow, the sizing appears to be indeterminate, so changing...
Minimal repro of arbitrary sizing behavior: ``` import { Window, hot, View, Button, useEventHandler, } from "@nodegui/react-nodegui"; import React, { useState } from "react"; import { QPushButtonSignals } from "@nodegui/nodegui";...
Interesting. Good to know that exists. What is the rationale behind not running it immediately on start?
I apologize for the delay in responding. As part of my LSP work in #81 I implemented multiline comments in an attempt to conform to the JSDoc style of creating...
@KarolS, what is your opinion on adding a config file for common arguments (a `.millforkrc.json` or similar file)? The other option is to manually add configuration for the language server...
There's two separate conversations about config files here. The first is about editor specific (`.vscode` directory, `.scalafmt.conf`) config, which should work for all users mostly out of the box. The...