Thomas Orlita

Results 9 comments of Thomas Orlita

Workaround to make it work: ``` ``` ``` mapIdle(event) { event.target.shadowRoot.querySelector('.gm-style-pbc').setAttribute('style', 'z-index: 2;position:absolute;height:100%;width:100%;padding:0px;border-width:0px;margin:0px;left:0px;top:0px;opacity:0;transition:opacity ease-in-out;background-color:rgba(0,0,0,0.45);text-align:center'); event.target.shadowRoot.querySelector('.gm-style-pbt').setAttribute('style', 'font-size:22px;color:white;font-family:Roboto,Arial,sans-serif;position:relative;margin:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)'); } ```

I am in a very similar scenario with using dataview to query today's (yet nonexistent) daily note. The following is a hacky attempt to ensure that the daily note is...

I've created #133 for revealing the current file.

Cool, I'm fine with adding it to this repo. Not sure what would be the best way, if it should be added to `main` or in a new (`v2`) branch?...

> We should add it to `main`. > or we can move it to an "old" branch Right, let's rename the current `main` to `old` and add then new version...

Great, I'll add it here! You'll just need to rename the branch to `old`, it seems that I can't do that.

I added the new version to `main`. Can you change `main` back as the default branch?

Not a fix, but you can monkey patch it using the following command: ``` find / -type f -name '*.js' -exec sed -i 's/You are ChatGPT, a large language model...

It doesn't work on Chrome too, but on Firefox, IE and Edge it worked...