-
There are multiple bugs related to recurring events. I gathered them here so it's easier to track.
- the date of an occurrence of the serie is wrong (https://github.com/cozy/cozy-calendar/issues/403)…
-
It seems that when the Cozy Player is active, the "Random Mockeries" macro from the Foundry Community Macro Module gets broken. In a world with only these modules:
cozy-player--v1.3.1;
foundry_com…
-
Hi,
I am trying to use `cozy-dev` with a client-side app. As far as I understood the `deploy` documentation, I should run
```
$ cozy-dev deploy dist
```
from the root of my application (typic…
Phyks updated
8 years ago
-
Plusieurs points font que les imports de cozy-ui sont plus compliqués que nécessaire.
- `transpiled/react`: on ne devrait pas avoir en général à l'écrire
```patch
- import Button from 'cozy-ui/…
-
PR for reference: https://github.com/cozy/cozy-notes/pull/201
Before:
```
import { useFlag } from 'cozy-flags'
import flag, { FlagSwitcher } from 'cozy-flags'
```
After updating cozy-flags: …
-
So, here is my problem:
I have installed the container behind an nginx reverse proxy through the following `docker-compose.yml`
```
version: '3.0'
services:
db:
image: treehouses/rpi-cou…
-
Full stack:
```
[TypeError: Cannot read property '2' of null]
TypeError: Cannot read property '2' of null
at iCalDurationToUnitValue (/usr/local/cozy/apps/home/node_modules/cozy-home/build/server…
-
A query like this:
```
WordBag:
state words : Set
query containsPassword()
"password" in words
```
produces this error when run in synthesis mode:
```
.
.
.
File …
-
As far as I'm aware, GrapheneOS plans to eventually ship support for using a network location service provider. Collecting data for open services like [BeaconDB](https://beacondb.net/) requires using …
-
The table of contents plugin is broken, it does not load. We removed it for now so the page content at least takes the full width, but it should be bring back since it's very important for navigation.…