Alex

Results 10 issues of 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

type-enhancement
help wanted
false negative
set-core

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...

P3 low

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...

Type: bug

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...

Type: enhancement

``` 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 : ![image](https://user-images.githubusercontent.com/5646825/203559480-5a470585-5d47-4c6f-8b03-0e73347a8bcb.png) Because in french `data-tooltip` is not "Chat" or...

help wanted

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...

bug

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...