Abasz
Abasz
> As a workaround I did like so: > `export const rowAnimation = trigger('rowAnimation', [ transition('* => void', [ animate('0ms', style({ display: 'none'})) ]) ]);` > And then I applied...
> > > As a workaround I did like so: > > > `export const rowAnimation = trigger('rowAnimation', [ transition('* => void', [ animate('0ms', style({ display: 'none'})) ]) ]);` >...
I am not sure whether its relevant or not, but I use `mat-header-row` and `mat-row` and not the native html `tr` with the attributes. Also I use square brackets with...
Hi, I still have some problems with here string formatting in beautybash: ```shell function install() { echo "Certificate is ready, downloading..." CERTIFICATES=$(curl api.zerossl.com/certificates/"$ID"/download/return?access_key="$ACCESS_KEY") echo "Installing new certificates" jq -r '.["certificate.crt"]'
I had similar problem with my code. Actually itis the cloudflare protection that kicks in. I got it working using `cloudscraper` library to make the request. Here is a similar...
Thanks for the reply, the problem is not that I am not able to save a file on hard disk, but rather the encoding of a json to FIT format...
clang-tidy can take a yaml file (`--config-file=.clang-tidy`) that could include the necessary include path in the ExtraArgs property. This way these do not need to be passed as cmd argument...
So I did some research and it turns out a specific BMI field is necessary to be included in the FIT file. But this field is not specified in the...
Thanks for posting this question. Generally we had two discussions on the two reed switch topics: https://github.com/laberning/openrowingmonitor/discussions/98 and https://github.com/laberning/openrowingmonitor/discussions/95 Tldr: Generally the way a two reed monitor works is by...
https://github.com/laberning/openrowingmonitor/blob/v1beta/docs/rower_settings.md The config is fine separately. The above link is a detailed explanation of the settings available. In the logging section please try adding `RowingEngine: 'debug'` as well. Edit: I...