FrankL-git
FrankL-git
As a workaround I hided the original template via css (very ugly): .cal-all-day-events > .cal-day-columns > .cal-time-label-column:nth-child(1){ display: none; }
Hi, had the same issue (exactly: cypress run -b firefox --headed ... produces "Still waiting ...) after having upgraded from ubuntu 20.04 to 22.04 (where firefox has been switched to...
Hi, I just tried the call cypress run -b firefox --headed ... (without setting XDG_CONFIG_HOME) with cypress 10.6.0 and firefox 104.0 and it works. It's due to the update of...
I had the same output of resize and tput when running cypress in headless mode via crontab on linux. But no plugin has been used in cypress. It seems that...
@Costin10 As I wrote: "cypress run expects a terminal "connected" to the process". The problem is that jobs started via ssh or cronjob don't have a terminal as you could...
In https://github.com/mattlewis92/angular-calendar/issues/1125#issuecomment-1156682944 I outlined a solution (having some discomfort during drag and resize - but both working). This discomfort could be probably eliminated by providing a "private" implementation of restoreOriginalEvents...
I need some defines in the sqlite3 executable which are not included in the standard amalgamation. This is the patch I apply to sqlite3.c before compiling sqlite3: *** sqlite3.c.orig 2024-04-24...
After having studied node_modules/better-sqlite/deps/sq3lite.gyp I found a remedy (very ugly hack) to include the defines mentionned above: Install better-sqlite3 without any options: npm install better-sqlite Edit the file node_modules/better-sqlite3/deps/sqlite3/sqlite3.c and...
@mceachen: I've installed version 12.2.0, but the warnings haven't disappeared. Perhaps the documentation in https://github.com/WiseLibs/better-sqlite3/blob/master/docs/compilation.md should be adapted. Is there now an "official" way to integrate individual compile time flags...
@ksamborski, @masatake: As far as I see the issue is a special case of https://stackoverflow.com/questions/79173092/ctags-ignores-typescript-class-members-after-class-member-inline-initialization and is not caused by the decorators but by the inline initializations with function calls....