toddb
toddb
Area: parser for `Halfviz` There is a parser error when parsing, say, `{color:none}`. **Problem:** jQuery has been updated and no longer iterates over a string as an array of char....
I am doing some migrations. All was good until I hit a `google_xxx` account. I haven't been able to locate the error. Is it possible? Links to documentation would be...
# Problem Cannot connect to private git repository (eg BitBucket) ``` [go] Start updating files at revision 35e34....772457bccb from ssh://git@[myrepo].git Cloning into '/home/go/pipelines/work-in-progress'... STDERR: Host key verification failed. STDERR: fatal:...
The table tooltip in the toolbar has the wrong label. ## Actual `TODO` ## Expected `Table` In the code: https://github.com/iliyaZelenko/tiptap-vuetify/blob/cfd9581cbf507cb4b3db349cb695db2a7acb8b61/src/extensions/nativeExtensions/table/Table.ts#L21
When using on MacOS on dotnetcore, SaveToSender doesn't find save to the directory provided because it has a windows specific directory delimiter '\' see https://github.com/lukencode/FluentEmail/blob/master/src/FluentEmail.Core/Defaults/SaveToDiskSender.cs#L35 Example usage: `new SaveToDiskSender(Directory.GetCurrentDirectory())` (used...
### Is your feature request related to a problem? I cannot target the phone select box for formatting (eg outlined) ### Describe the solution you'd like I would like to...
The [distributed cache retriever](src/Marvin.Cache.Headers.DistributedStore.Redis/Stores/RedisDistributedCacheKeyRetriever.cs) does not (appear to) return store keys in the current implementation (for the versions that I am running). I can't work out the purpose of the...
I needed this anyway and hopefully this makes life easier to get a version out for other people
Inland Revenue has updated its documentation in the readme to https://www.ird.govt.nz/-/media/project/ir/home/documents/digital-service-providers/software-providers/payroll-calculations-business-rules-specifications/payroll-calculations-and-business-rules-specification-2024-v1-1.pdf
Error affects v2.0.4 with `vueGoogleMapsCompatibility`: ``` Cannot read property 'setBounds' of null ``` Steps to reproduce: * initialise via README approach ``` import Vue from 'vue'; import * as VueGoogleMaps...