Steve
Steve
Hi Adam, Just trying out your blog system (well, trying to). Hopefully I can get it working. I have it installed here: http://localhost/site/blog/ The config is: 'blog_url' => 'http://localhost/site/blog', 'base_url'...
If you hide the scrollbars, you can't for example use the mouse or arrow keys to view all the note. You only see what's in the viewing pane. In the...
I assume because of Electron, but lots of info stored in the appData folder: AppData/Roaming/ueli And also in the user folder: Users\XXX\.ueli Anyway to disable these?
Hello and thank you for this library. I'm just trying a basic connect: use Office365\Runtime\Auth\ClientCredential; use Office365\SharePoint\ClientContext; $credentials = new ClientCredential('ID', 'KEY'); $client = (new ClientContext("https://SITE.sharepoint.com"))->withCredentials($credentials); $web = $client->getWeb(); $list...
This would be a super useful add on, but I can't get it to work. When I run 'open_with_windows.py install' via cmd it just pops up a message asking me...
Hi, Installed everything, ran 'php saaze serve', got the following: `Fatal error: Uncaught Error: Call to undefined method Saaze\Commands\ServeCommand::isSurroundedBy() in xxxxx\blog\vendor\saaze\core\src\Commands\ServeCommand.php on line 65` Any ideas?
If you delete a group and you have the notes list open for that group, it throws an access violation error. 
Will this library get updated for PHP8? I'm currently getting: `CoinGate\BaseClient::setApiKey(): Implicitly marking parameter $apiKey as nullable is deprecated, the explicit nullable type must be used instead` Thanks.
For the color plugin, when you select # for a custom colour and add it, it uses `` tags rather than `` tags and rgb. The font tags don't always...
This looks a great plugin, but something is definitely not right. I'm using Laravel 12, PHP 8.45. I have a page for example that makes 42 queries as there is...