-
Starting this as a placeholder issue for tracking down tasks to be completed and those that are complete. I will be dividing these into separate issues and PRs
## Cookiecutters
1. https://github…
-
# Project Details
## What is Sunbird Knowlg?
Sunbird Knowlg (pronounced as the word "knowledge") consists of a set of tools and services that enable you to organise, curate, create, and discover …
-
Code:
``` typescript
import { Column, Model, PrimaryKey, Table } from "sequelize-typescript"
@Table
export class Setting extends Model {
@PrimaryKey
@Column
declare key: string
@Co…
-
I base a basic setup:
```
| base
| kustomization.yaml
| cloudflare-api-token.yaml
| secrets-generator.yaml
| cluster1
| kustomization.yaml
| cluster-specific-secret.yaml
| secrets…
-
**Describe the bug**
## CAVEAT EMPTOR
__*THIS IS NOT A "OH NOES; SUBMODULES DOESN'T WORK!!!!" ISSUE*__
Read first two items on below list in their entirety...
## The issue at hand w/ git dirty…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
I have been going over the implementation of the NASCaps repo, and to understand how the algorithm searches the architecture I am following the README.md there to run the "main.py" with its args as me…
-
Windows Platform cannot use SH command in script directory
-
### Input code
```js
/** Class representing a byte. */
class BitByte1 {
constructor() {}
/**
* @yields {number} Test number.
*/
*[Symbol.iterator]() {
yield 1;
}
}
```
#…
-
フォント開発のど素人なため、fontforge、fonttoolsのインストールでコケてしまった。
同じような失敗をされている方もいらっしゃるようなので [1] README.mdに加えてもいいと思う。
~~幸いにも自分は先達の方と同じ手順でインストールすればよかった。~~
installするもの:
* fontforge(aptで)
こちらに従う: http://designw…