-
### Current Behavior
Some of your APIs do not work as advertised.
The is a "draw grid" method that I use to draw a regular grid.
two things I wanted to call attention to.
1. The grid doesn't dr…
-
_From [guillaum...@gmail.com](https://code.google.com/u/108778870768167483083/) on November 06, 2012 22:55:16_
module Test where
data ℕ : Set where
O : ℕ
S : ℕ → ℕ
prop : (n : ℕ) → (Set → Set)
…
-
my project like this
```vue
import { ref, onMounted } from 'vue';
import mermaid from 'mermaid';
import { convertToMermaid } from '@/utils/convertToMermaid.js';
const p…
-
**TypeScript Version:** 3.9.2
**Search Terms:** generic pipe pipeWith react memo HOC props any
**Code**
```ts
import * as React from 'react';
declare function pipeWith(a: A, ab: …
-
### Version
3.0.5
### Reproduction link
[https://codesandbox.io/s/vue-3-proxy-over-object-with-non-writable-non-configurable-property-56z7n?file=/src/components/HelloWorld.vue](https://codesandbo…
Liwoj updated
1 month ago
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-snap-carousel@3.9.1` for the project I'm…
-
serialized items list of ORM class need to be extended to include at least `_table_columns` (and possible many others as well) [ see modules/orm/classes/Kohana/ORM.php:555 ]
Well, it is rather PHP is…
-
We do have a property tag which would be more suited here
```suggestion
Alternatively, the OAuth::$sslChecks property can be set to a
```
Sadly this does not support linking yet…
-
Hi there! First of all, thanks for this library, it really helps me building a JSON editor with a custom json format and conveniently validate it. Unfortunately, I ran into an issue where JSON schema …
-
In below code inside function `exports.selectiveDeepExtend` (part of vis.js)
```
if (b[prop] === null && a[prop] !== undefined && allowDeletion === true) {
delete a[prop];
} else {
…