-
Please make joinery page slider just one image & full width on mobile.
Thanks
![IMG_3678](https://user-images.githubusercontent.com/91818549/144797210-9eceb937-14fe-4c8e-ae3b-708cad5897de.jpg)
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
It would be good to always keep the joinery aligned and adhered to the walls, when one cre…
-
In my design I need to notch a box that has some odd corners. I noticed that Joinery is not able to notch boxes with corners that open outward away from the material, for example, see the design below…
-
Hey mate, another slider issue. Types of joinery slider not working properly and next button not styled...
-
Hello,
I downloaded the .zip and opened the project in IntelliJ. When I try to build the project, making no other changes, I receive this error:
```
/Users/myname/Desktop/joinery/src/main/java/jo…
-
Hi,
I'm using Joinery on a project to compute statistics inside a simulator. I'm looking for the best way to concatenate two dataframes that have the same columns (since they were extracted from the …
-
Tools icons are very interesting for websites and applications in various fields: construction, architecture, engineering, carpentry, joinery, etc.
At this time, it would be interesting an icon saw bl…
-
I just installed this extension. The basic features tested ok, but now, when I go into a contact record and click on the Activities Tab, I get the following error and the tab doesn't load:
Network…
-
Hi!
Is there any chance we could get this crate for `no_std` usecases? From what I see, only `joinery` and `brownstone` do not have a `std` feature! `memchr`, `nom` and `indent_write` have one that…
-
Example :
res['NonNullCount'] = res.groupby(sortOrder)['column'].transform(lambda x: x.count()).astype(int)
The above we can do in pandas. How can we do it in Joinery?