luutuankiet
luutuankiet
+1 for the functionality for my use case which I think might be common - I am configuring my excalidraw extension on obsidian to be a simultaneous hand & typed...
Pinging this thread. On Kobo Libra h20, koreader 2023.10 this would also happen as OP described... read timer was very useful to schedule blocks of reading when I had my...
+1 chiming in to this thread
If this helps I wrote a macro for this. It parses the model raw code with codegen's [generate_model_import_ctes](https://github.com/dbt-labs/dbt-codegen?tab=readme-ov-file#generate_model_import_ctes-source) then use regex to parse the columns, albeit is barebone compared to...
@MYeager1967 I believe the container `/storage` dir contains the container's data so if you bind mount it like so your user data should persist: ```yaml volumes: - ./persistent:/storage ``` Tested...
still relevant, I'd love to have this as in my project, the fact models have non-continuous date facts which I want to visualize both no-value date gaps and the actual...
hello @NorthRight I'm interested to help out if this is still on - saw that the PR's closed by a commit not related to this ticket
Makes sense, thanks for the ellaboration!
adding to this thread - looks like tests metadata such as `name` and `descriptions` are getting parsed but overwritten on saved changes first screenshot - my model level test name...
@mdesmet @saravmajestic may I suggest **adding a feature to open the model docs as read only**? I have been using this function to onboard my project which was super useful,...