-
V is a concise and elegant language, and I think a syntax for lambda expressions could go along with the spirit of V. A lambda could be declared just like a function but without a name:
```go
ints :…
-
(This was original raised in #54 and now being split out)
> My own view is that the terminology should stay consistent with RFC
8259, and that the word "object" should not be used for items that a…
-
**I'm submitting a...**
- [x] bug report
- [ ] feature request
### Current Behavior
when i try to activate a conda env,this doesn't work for me
the output is:
```
Traceback (most recent…
-
First off, great lib. The functionality provided and the quality of the code are impressive.
I wonder if you'd be interested in supporting UUID Slugs?
UUID Slugs are a base64 encoding of UUIDs t…
-
The following verilog:
module VsimTop ( input wire CLK, input wire nRST);
import "DPI-C" function void dpi_msgSend_enq(input int enq);
always @(posedge CLK) begin
dpi_msgSend_e…
-
The home page currently receives a giant object inside the HTML to render all the proposals:
Proposals JSON
```js
"props": {
"pageProps": {
"proposals": {
…
saadq updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
Hardcoding `YOUR-TOKEN-HERE` when specifying the schema with a **[URL](https://graphql-code-generator.com/docs/getting-started/sch…
-
I might get a lot of flack for this, but I don't think `Infinity` and `NaN` belong in JSON5. Let me address my reasons and try to preemptively address some concerns.
### Motivation
#### Number Imple…
-
Now that we are seeing more contributions, it would be a good time to remove the guesswork from matching our library's style rules. https://github.com/jscs-dev/node-jscs can integrate with our `npm ru…
-
Glossary entries such as [Payment](https://agoric.com/documentation/glossary/#payment) work well: a short gloss followed by a link to authoritative documentation.
AllegedName, AmountMath lack links…