Serge Hänni

Results 20 comments of Serge Hänni

@uxxman I'm having a similar requirement currently and created a [prototype implementation](https://github.com/phylor/sequenced/tree/features/scope-across-relations). In your case, the following might work: In your `Gemfile`: ```ruby gem 'sequenced', github: 'phylor/sequenced', branch: 'features/scope-across-relations' ```...

@feliara8 Refer to https://github.com/rheaton/carrierwave-video/issues/46

Hi @raiderj! Right, a landscape mode would really be useful. It's not in our short-term scope right now though. PRs for that are very welcome though! 😄

Yes, you need to change the transformation matrix because the display is used in portrait mode. It is documented at the end of the `README`. We should make that clearer...

Yes, you probably need to run `npm run build`. That does not work that well on a Raspberry Pi though. It's probably a better idea to run this on a...

Hi @MistaSee! Does it display calendar events? Try to start it with `DISPLAY=":0" /home/pi/Sitincator/Sitincator --disable-pinch` and see if there are any errors. You don't need to be the owner of...

Hi @atomstrike We currently only support English. You would need to adapt the app accordingly to support multiple languages. Feel free to create a pull request for that! We're glad...

There's a Swiss fork here: https://helpwithcovid.opendata.ch/ Apparently there's also an Australian fork. I hope that in the midterm we manage to have the platform open for all locations. Curation could...

For a little bit background: PostFinance was originally offered by the Swiss post and only offers their payment services within Switzerland. There are two payment methods, which are slightly different:...

Something like the following might get you started: ```tsx import { defineOptions, ink, Instance } from "ink-mde" import { useEffect, useRef, useState } from "react" type Props = { content:...