-
https://caniuse.com/?search=importmap
https://github.com/hofstadter-io/cuetorials.com/blob/main/layouts/partials/scripts.html#L27
We should be using a proper JS toolchain for Vue
Something li…
-
I should be able to run `hof gen` from a nested example directory and have it work
Problem synopsis
```
example/ // imports gen
gen/... // points into dirs like …
-
### Description
I accidentally used Chakra Factory to convert the next/link component to chakra-enabled component, and found that once I explicitly declare `shouldForwardProp` the app will crash.
…
-
In a recent internal discussion, the team wanted to understand how many curriculum challenges currently have external links (outside of freeCodeCamp) where we may be relying on the external link's inf…
-
**Describe the bug**
In 5.0.3 release, the component types are changed to React.ReactNode, and it throws error in typescript.
It also does not match with the types declared in master branch.
*…
-
In the challenge you are given sequences, and instructions. But we lack description of what the issue is. I am wondering if you have suggestions for it, because I can't seem to figure it out, even whe…
-
OS: Linux ubuntu 20.04
Shell: bash
I am trying to use adhoc generator to generate some code with following command
hof gen /scripts/configs/chartapijson.cue -T /scripts/templates/chartgen.go -O /…
-
**fitBounds() does not work because bounds are not of type LatLngBounds.**
Reproduce:
```
...
....
```
```
...
this.map = this.$refs.map.leafletObject
this.map.fitBounds(map.getBounds()…
-
https://docs.hofstadter.io/first-example/simple-server/setup/ says to make a directory `examples/`; https://docs.hofstadter.io/first-example/simple-server/using/ puts the example files in `example/`.
-
# 🐛 Bug Report
If I render two nested nodes with `usePress` hooks, clicking child node also triggers `pressUp` for parent node.
## 🤔 Expected Behavior
I'd expect that clicking child node…