Artyom
Artyom
As cookie expiration may be taken from the `session` line, it may lead to bugs if these two lines won't be synchronized. I think adding `updateFields.session = this.transformFunctions.serialize(session)` should fix...
As a workaround try to install dayjs as a dependency.
Doesn't work because `` wraps `` with `` element. So as a permanent solution we can wrap every styled component with another `` element. ``
Yes. But at least it works. I hope this will be fixed soon.
Something like that. ``` You are on the page const Box = styled.div` background: red; font-family: Baskerville Old Face, serif; font-size: 24px; color: white; `; ``` But of course I...
I think the problem is in the VGGFace2-HQ dataset, which is more contrasting and a little unnatural due to the resolution upscale.
It would be great to set default global filters for Scenes, Galleries, Images and Movies tabs for all performers.
Ran into this the other day. Types in dispatcher really intersect each other.
Ok, it looks like the rust-harfbuzz dependency includes harfbuzz, which can be transpiled using wasm32-unknown-emscripten target, but I didn't manage to get it to work with wasm32-unknown-unknown. Maybe harfbuzz should...
@s3bk could you describe a little why it is not possible cause i am totally new in pathfinder and rust in general.