-
Here is the error observed in python 2:
```
c:\proj\deleteme2>python --version
Python 2.7.12 :: Anaconda 4.1.1 (64-bit)
c:\proj\deleteme2>python-boilerplate --version
python-boilerplate 0.4.1
c:\pr…
-
### Describe the problem related to the feature request
Hi there,
Koishi is a popular repository for building cross-platform chatbots. However, most copilots aren't able to help with the latest s…
-
Changes to boilerplate code should occur in the boilerplate repo in a way that we can pull them here while keeping the repos separate.
-
> node -v 16.5.0
> npm -v 8.8.0
Hello, `npm install` fails with error:
...
npm ERR! code 1
npm ERR! path C:\Users\bdied\Documents\Projekte\boilerplate\static-site-boilerplate\node_modules\nod…
-
(different to the racetrack issue)
Here is some long-winded NPC implementation code for NPC movement. It doesn't currently let you know the direction that the NPC entered a room in.
```
start_…
-
**Is your feature request related to a problem? Please describe.**
I find that Rocks tends to cause a lot of boilerplate when setting up SUTs, especially for concrete objects that have a large depe…
-
When processing .list lines, each label is looked up in at least 2 hash tables:
1. `Route::duplicate_labels`
2. `Route::pri_label_hash`
3. `Route::alt_list_hash`, if not found in `pri_label_hash`
…
yakra updated
4 weeks ago
-
# Feature or enhancement
### Proposal:
Currently this code is failing:
```python
class A:
pass
class B(A, typing.NamedTuple):
x: int
```
Raising:
```
TypeError: can only inherit from a Named…
-
when I code this
```
import { dialog } from 'electron';
```
or
```
const { dialog } = require('electron');
```
it will show this wrong like this:
what's the config should I …
-
D:\myProject\abc\wxapp-boilerplate-master>npm run build
> wxapp-boilerplate@0.0.0 prebuild D:\myProject\abc\wxapp-boilerplate-master
> rimraf dist
> wxapp-boilerplate@0.0.0 build D:\myProject…