Andrea Franceschini
Andrea Franceschini
**Describe the bug** I am using this component with Nuxt 3 as described [here](https://fontawesome.com/docs/web/use-with/vue/use-with) and I'm seeing this weird behaviour. Say I have something like this Example if I run...
Hi, I'm trying to set up a headless machine to be used through Jupyter+IJulia. When `using ImageView`, which in turn uses `Gtk`, I get the following: ``` julia> using ImageView...
**Describe the bug** I'm using Nuxt 3 and vue-fontawesome 3.0.1. Occasionally, an error crops up in my logs saying an icon can't be found, except when I look at the...
Pretty please? :)
It may be just me, but I'm trying to learn `MXNet.jl` by doing, given that I can't find many examples around. I have the following code ``` a = [1...
I have some OHLC data [here](https://pastebin.com/T1v4RaXz) which I'm trying to plot and manipulate in a Jupyter notebook using the IJulia kernel. The following code reliably crashes the kernel, but shows...
I may be missing this completely, but I don't see a way of validating attributes of `Model`s for things like uniqueness (say, user names or e-mail addresses?) and so on....
With reference to #35, I am trying to build a series of queries to do my own validation before saving/updating my models. The docs suggest to retrieve the table like...