Dmitrij
Dmitrij
Mi pensas, ke la plejmulto de lernantoj ne scias, ke ili devas provi kompreni tekston, do ili lernas gramatikon unue. Ni devas aldoni priskribon de metodo al hejmpaĝo, aŭ demandi...
In my university I have to use em-dashes in captions instead of colons. I couldn't find an easy way to achieve this. Adding the separator parameter would be great
I'll try and make a PR with this feature in a weak
Should I fork https://github.com/typst/typst/pull/1704 then? If not there will be a conflict
I created a PR to add the separator field https://github.com/typst/typst/pull/1791
@nikic
Hi! Is there any progress on NextJS support?
Oh, actually I tried it with the new Fetch API client. And it seems to work great. Basically I just needed to add `'use server'` in the beginning of `services.gen.ts`....
@mrlubos Almost everything works fine with server actions. I only had to make two changed: 1. Add `'use server'` in `services.gen.ts` so that the file looks like this: ```ts 'use...
Sorry for a late response. ```bash ERROR while parsing -------------------- Unexpected token: ->, line: 34, col: 39, file: /app/src/Vacancy/Scheduler/RejectApplications.php. #0 /app/vendor/pdepend/pdepend/src/Source/Language/PHP/AbstractPHPParser.php(8741): PDepend\Source\Parser\UnexpectedTokenException->__construct(Object(PDepend\Source\Tokenizer\Token), '/app/src/Vacanc...') ``` For the following code: ```php $timeoutDate...