Yoske Apolloni
Yoske Apolloni
Hello, I don't know about the default image, but you can try `sudo raspi-config` and under `Advanced options` you have `Resize filesystem`. You let it do its thing and after...
hey @Quasarman, I saw your comment [here](https://github.com/LeCoupa/vueflags/issues/2) as well. Did you get this library to work with Quasar? This is what I have in my boot file: ```javascript // boot/flags.ts...
I inspected your code [here](https://github.com/schedule-x/schedule-x/blob/5ec180168b5b8533a19a279508442255df93622c/packages/current-time/src/current-time-plugin.impl.ts#L73-L79) [here](https://github.com/schedule-x/schedule-x/blob/5ec180168b5b8533a19a279508442255df93622c/packages/shared/src/utils/stateless/calendar/get-y-coordinate-in-time-grid.ts#L6-L16) [here](https://github.com/schedule-x/schedule-x/blob/5ec180168b5b8533a19a279508442255df93622c/packages/shared/src/utils/stateless/time/interpolation/time-point-to-grid-percentage.ts#L3C8-L14C2) [here](https://github.com/schedule-x/schedule-x/blob/5ec180168b5b8533a19a279508442255df93622c/packages/shared/src/utils/stateless/time/time-points/string-conversion.ts#L9-L19) [here](https://github.com/schedule-x/schedule-x/blob/5ec180168b5b8533a19a279508442255df93622c/packages/calendar/src/utils/stateful/config/calendar-config.impl.ts#L80-L87) [and here](https://github.com/schedule-x/schedule-x/blob/5ec180168b5b8533a19a279508442255df93622c/packages/shared/src/utils/stateless/time/time-points/time-points-per-day.ts#L1-L10) and came up with a quick 'n' dirty workaround (I'm using vue): ```javascript const currentTimeIndicator = document.getElementsByClassName( 'sx__current-time-indicator', )[0]...
I absolutely agree with you, I was just suggesting what I thought would be the quickest solution, but, as often with quick solution, it's probably the dirtiest as well :D...
the example clearly shows the data-cy selector has double quotes around it  even the example you linked shows the same thing  I don't think it would be breaking...
for those still having issues: try uninstalling the Gemini Code Assist extension, closing VSCode completely, **delete the `~/.cache/cloud-code` dir** (in Linux, I don't know about other systems), reopen VSCode and...
> Does downgrading to version v2.57.0 resolves the issue for you or does it persist even with downgrading? Yes, I have tried going back versions one by one all the...
I created the issue here as there isn't a Gemini Code Assist repo (or better yet, I couldn't find one) and my searches brought me to the related issue, which...
@alisa-alisa It actually started all right after deleting `~/.cache/cloud-code` (which I had no idea about) I'm attaching the logs anyway (the logs for Gemini Code Assist are HUGE I think...
> I've just started using Cypress with Typescript and following the tutorial. To get around this I added this in a typescript declaration file _index.d.ts_ inside the **cypress > support**...