-
-
Enter this in a Python file:
```
import os
os.path.list[press tab]
```
Tab shows listdir! I knew listdir() was in one of those modules... only problem is, run it and you will find the autocom…
-
I’d like to use Hap as an opportunity to explore some fun new syntax ideas, while being careful not to blow the weirdness budget entirely, deferring to conventional dynamic imperative languages like J…
-
We have dynamic language routes working...
![image](https://user-images.githubusercontent.com/189506/173870639-b923f4cf-dfaa-48f6-9f50-e4d88f851bd6.png)
and we only have a single page `/pages/index.…
-
I think this has to do with issue #62, although in that issue it says that the relevant code was merged in 1.4.0 even though 1.4.0 doesn't break webpack so I'm not really sure.
Anyway, my theory is …
-
**Describe the bug**
Styles are not applied to the `` in the production build that's not the case when I'm using dev server.
**To Reproduce**
Steps to reproduce the behavior:
1. Use `create-reac…
-
## Description
**Context**
Currently, the `sub_type` table is defined with fields `type_fr` and `type_en` as unique text columns. However, we never actually use `type_fr` in practice. The `sub_ty…
-
A big planned feature for Heb12 Desktop version 0.4.0 is the ability to interact with our own openbibles online API for both retrieving the text like the NET API and downloading new Bible translations…
-
Compiler to Lua/Python will bring much interest to language.
Any plans to do that?
Or I can help but have no AST processing experience. Can you help with 1st steps?
-
## Problem
The page content currently only displays in English, which limits accessibility for non-English-speaking users. There is no mechanism to switch between different languages, resulting in a …