Alex
Alex
I had an upload id starting with "-" and when I tried to abort it glacier-cmd take it as an argument. I've tried to backslash it, to put it between...
The regular expression `new RegExp('\(([^\)]*)\)');` is not valid in dart, and (I think) we should be warned about it by lint. ref : https://github.com/dart-lang/sdk/issues/33669
Hi everyone, He is a simple loop that build a list of `checkbox` or `radio` : ``` {{c.title}} ``` My first instinct was to write both `material-checkbox` and `material-radio` the...
Hi, I found a small bug in Tabs, when I click on a tab (strip/panel) and maintain the left mouse button pressed and moving the mouse outside the tab the...
Hi everyone, Unless I'm mistaken, it is not possible to change the year in `MaterialDatepickerComponent`. So, if you want to select a date far in the past (or future) the...
``` Dart VM version: 2.0.0-dev.51.0 (Mon Apr 30 09:50:35 2018 +0200) on "windows_x64" angular: ^5.0.0-alpha+11 angular_components: ^0.9.0-alpha+11 ``` Using `materialTooltip` in a `table` `td` adds a new empty column on...
As stated in my [PR](https://github.com/ankurk91/google-chat-electron/pull/130#issuecomment-1325067931), if Google Chat is not in english (at least in French), `ipcMain.on('unreadCount')` is never called :  Because in french `data-tooltip` is not "Chat" or...
First, thanks for your work :) I'm trying to silence `llama.cpp` output and keep only the answer. I've closed `stderr` temporally while loading the model (this is not a nice...
Hi, I've successfully logged with Google, but it seems (I may be mistaken) there is no way to signout (without Firebase).
Hi, I'm trying to get skawa-ckeditor to work but I get an error. ``` Dart VM version: 2.6.1 (Unknown timestamp) on "linux_x64" skawa_components: ^1.2.1 angular: ^6.0.0-alpha+1 angular_components: ^0.14.0-alpha+1 ``` I've...