Thomas Bolon

Results 40 comments of Thomas Bolon

Note that I was happy to find this PR when I was trying to move the /system directory on another location. See https://github.com/mastodon/mastodon/discussions/20252

Could the optimization also targets embedded resources? Because if static files are fingerprinted and are not supposed to change after compilation, why not simply allow files stored as embedded resources...

I don't think it's the same issue: the goal of #86162 seems to give the ability to bundle a single file for all javascript files, kind of bundler similar to...

> Basically, since everything is basically done in event handlers with WinForms, the question is can I use `async/await` at all? > Looks like the old workaround is to return...

I suggest that when the prompt is still on a single line, `Up` and `Down` should be recognized as history navigation shortcut. `Ctrl+Up` and `Ctrl+Down` could be required only when...

I have created a WIP branch and PR to track this issue, please do not merge for now.

Just submitted PR #58, which add a new custom provider system. I now plan to add a custom sqldmvprovider, which will use this new system.

One question: will the validation information flow into the control hierarchy ? For example will it be possible for a container control (eg TabView or Pivot) to know that there...

> In my experience the more visible performance impact comes from composition, having a lot of controls on a form, the overhead is in the infrastructure and not in WinForms....

For reference, see also the npm `packages.json` funding element: https://docs.npmjs.com/cli/v9/configuring-npm/package-json#funding and an exemple of rendering in npmjs.org: https://www.npmjs.com/package/chalk. And an exemple of [`npm fund`](https://docs.npmjs.com/cli/v9/commands/npm-fund) rendered (on mastodon repo): ``` @mastodon/mastodon...