Adrian Mejia

Results 29 comments of Adrian Mejia

@JoshSchoen @marjan-georgiev @Hypercubed any update on this? I'm also looking for a way to create multiple bar charts with two y-axes like the image below: ![image](https://user-images.githubusercontent.com/418605/73201842-df96cd00-4107-11ea-8ad3-46698ce2aadb.png)

Looks like https://github.com/leisim/auto_size_text/pull/94 is workaround

Thanks for this branch! I was going to use it, but then unfortunately `overflowReplacement` is not defined in `AutoSizeText.selectable`. Any reason for leaving it out?

I know the following doesn't work: ```sql LIST FROM this.file.folder ``` BUT, is there an equivalent using DataviewJS?

This dataviewjs worked! ``` dv.list(dv.pages('"' + dv.current().file.folder + '"').file.path) ``` But, I couldn't get the DQL to work (it's always empty) ``` task from "journals/2022" WHERE file.path = this.file.path ```

I'm getting the same error

I had to use `default` to make it work ```js const GeminiAPI = require('gemini-api').default; const restClient = new GeminiAPI({ key, secret, sandbox: false }); ```

I'm having a similar issue with Vite (different stack: react, typescript) ``` [vite] Failed to load source map for /node_modules/.vite/ts-dedent.js?v=a21e9b1a. ``` ![image](https://user-images.githubusercontent.com/418605/137645948-9c7eeca1-e528-4cbe-b13d-cf227a1f815b.png)

@foxxycodes, unfortunately, no, also I put that project on the back burner for now