Ola Rubaj

Results 101 issues of Ola Rubaj

> This was only done for code-splitting for page performance as recommended in lighthouse... I see... I've added the dynamic imports back for now but I have enabled back ssr...

Tech

### Developer story As a developer, I want to stick to established code best practices and keep the code uniform. ### Acceptance / tasks - [ ] configure ESLint and...

Tech

Lower priority than: #152 --- ## User story A user can quickly eyeball pages on the Making Sense of Web3 site by looking at the table of contents (ToC) on...

enhancement
Tech

### Developer story As a developer I want to be able to quickly find relevant pieces of code and easily adjust similar elements present on a page by changing code...

Tech

### Description When switching from mermaid version `9.3.0` to `9.4.0` in my Next.js app, the error below shows up: ``` ConfigReadError { error: file:///Users/o/Projects/flowershow-reproduction-repo/node_modules/mermaid/dist/mermaid.core.mjs:2 import { o } from "./mermaid.95cd9c8e.js";...

Type: Bug / Error
Status: Triage

## Issue Build fails with "Uncaught SyntaxError: Identifier 'eh' has already been declared" when using the components imported from `@portaljs/components` with `next-mdx-remote`: ```tsx import { MDXRemote, MDXRemoteProps } from "next-mdx-remote";...

Links to a specific block (paragraph) within a given page, e.g. `[[roadmap#^dcf64c]]`. See [obsidian docs](https://help.obsidian.md/How+to/Link+to+blocks) for reference. ## Design **UPDATE 2023-12-12** from https://github.com/datopian/flowershow/issues/62#issuecomment-1843646839 To support these probably want a remark...

enhancement
Roadmap

After switching to SSR on [this branch](https://github.com/datopian/flowershow/tree/flowershow-ssr), when the project is built with `next build` and then started with `next start` the following error shows up in the console: ```...