RequieMa
RequieMa
Hi @jorgensd, I tried on this question. Could you please verify it? If it works as expected, I will edit the texts to match the markdown. https://github.com/jorgensd/dolfinx-tutorial/assets/57754488/8078cf92-cd04-4473-bb69-e106b9a13123
Hi @jhale, I am new to DolfinX and currently reading the demos. I have interest in contributing the project. May I ask where we should put the Jupyter notebook demos?
Hi @jhale, Do you mean something similar to this?  (Saw at https://bleyerj.github.io/comet-fenicsx/intro/linear_elasticity/linear_elasticity.html)
Quite weird. I'm using the latest version  I tried with your command. It gave a different error code `W4904`, but the same reason 'deprecated-class'
I'd like to help. Is it required for all py files?
I'd like to help this while learning the examples. Which branch should I merge if I create a pull request?
I found steps to constantly reproduce this issue: 1. Run the flutter app in debug mode using vscode 2. Select Cascading 3. Right click to show the menu list 4....
I tried to fix it by replacing `'[data-test-id="post-content"]'` to `f'[data-fullname="t3_{reddit_id}"]'` `page.locator(f"#t1_{comment['comment_id']}")` to `page.locator(f"#thing_t1_{comment['comment_id']}").locator("form").first` Can you check if they work for you?
Hi all, Thanks for your information. I am looking for a good Local caching mechanism and end up here. I wonder what good alternatives you have found? Best