Clark Winters

Results 11 comments of Clark Winters

Hey, I was thinking I would give implementing live browser reload a go (pun intended). I almost started creating my own tool for it but then realized implementing here might...

For posterity, I was able to build successfully after doing the following to get the dev branch updates for uuid. ```sh go get gobot.io/x/gobot@dev ```

I wonder if anyone has embedded Hugo into gomobile or fyne yet... 👀 Just did a brief search and found basically nothing. I think that would be a fun project...

I can confirm this is still an issue. I'm unable to specify a directory to exclude using either the `dir` or `dir/*` syntax. First mirror of the directory excluding `tmp`...

Further experimentation seems to reveal `--exclude` is not functional with file names or specific paths to files either Also tried removing `--remove` and enclosing the path in quotes just in...

this may address #11, if a dialog box is acceptable instead of a notification when a custom icon is needed

I think I'm running into the problem this PR attempts to solve. When I run something like this using pterm v0.12.79: ```go pterm.DefaultBasicText.WithWriter(multi.NewWriter()).Println() ``` I get a panic with this...

FWIW my first step with TinyMCE was not using Vue, and I didn't see the warning there. Here's an example with that configuration: [Replit demo](https://replit.com/@cwinters8/TinyMCE-Vanilla#index.html). Note that I just copied...

I think I figured it out. This step about bundling in the [self-hosted Vue doc](https://www.tiny.cloud/docs/tinymce/6/vue-pm/#procedure) was sort of confusing I updated the setup script to import tinymce itself and the...

TIL if you highlight all the words you want to add to user settings and then trigger the "Add Words to User Settings" action, it adds all of them 🚀...