-
# Goals
Add support for `printf` (and `errorf`) for function pointers and interfaces:
```go
func Infof(string, any...)
func Errorf(string, any...)
func NewLogger() func(string, any...) {}
…
-
as discussed here: https://github.com/olivierkes/manuskript/issues/247 a notes file can be excluded from compiling -- but is there a way to exclude it from the total word count that displays in the bo…
-
- I've met with [Jonathan Whitaker](https://datasciencecastnet.home.blog/) who runs a very popular course on AI Art, with thousands of students. He is using nbdev & fastai for his next iteration of c…
-
Hi,
I would like to use orbit with a rails backend using jsonapi-resources.
In order to created a new record, the api expects a POST request which does not include an id.
As explained on JSON a…
-
Make UI look like 'single window' by merge "Property Browser" inside main window UI.
ghost updated
10 months ago
-
**TypeScript Version:** 2.1.1
**Code**
```ts
class Animal {}
class Cat extends Animal {}
class Kitten extends Cat{}
function foo(a: A) { /* */ }
```
**Expected behavior:**
Th…
-
Right now in TypeScript it's all or nothing when calling generic methods. You can either skip typing all the generics altogether and they will be inferred from the context (if possible), or you have t…
-
https://galacticproject.notion.site/a0a32d5d4ddf43b28ae6a73c073e1c8c?v=72e87b01f9844b849d442458fe46aa04
"Preliminary reference materials from ChatGPT queries. Expected to be studied on weekdays (Tu…
-
# Suggestion
## 🔍 Search Terms
variant accessors index signatures record
## ✅ Viability Checklist
My suggestion meets these guidelines:
* [x] This wouldn't be a breaking cha…
pikax updated
1 month ago
-
In general we don't require private functions to have stability attributes. Stable functions are free to call private functions, and stable const functions are free to call private const functions tha…