-
Model hooks and controller filters that receive `if:` and `unless:` lambdas can be written more succinctly using symbols if the lambda consists of a single method call. This cop would enforce either s…
-
I'm opening this discussion to revise the [Contributor’s Guide](https://physiopy.github.io/community/contributor-guide) to reflect updated resources and practices. We should also consider what accompa…
-
**Summary**
All class member variables should begin with "m_". Conversely, if a variable begins with "m_", it should be a class scoped variable and not a method scoped variable [class-scoped-variable…
-
**Is your feature request related to a problem? Please describe.**
Background: I am working on a card stack like project where each card has a different background color: http://cameronbourke.github.…
-
This is a good ticket for anyone wanting to learn how to use Vizro. It doesn't require any prior knowledge (having an open "beginners'" mind will be more helpful in fact. The issue mostly needs coding…
-
-
Recently, questions came up on how to cite images generated by AI tools such as [Midjourney](https://www.midjourney.com/), [DALL·E 2](https://openai.com/dall-e-2)/[DALL·E 3](https://openai.com/dall-e-…
-
**Task: Building Tailwind CSS Components in a React Vite Project - Navbar, Hero, Login, and Registration Forms**
**Objective:** Create five distinct components using Tailwind CSS in a React Vite proj…
-
hi,
trying it out with the exact code from your example i get a bunch of errors in the console:
![image](https://user-images.githubusercontent.com/13486613/106723045-b0e1eb00-65d4-11eb-87fd-26e0…
-
E.g., this is the output I got:
```
{
"scopeName" : "source.thing",
"name" : "My DSL"
}
```
These style guides don't like it:
- https://google.github.io/styleguide/jsoncstyleguide.xml
…