Skip to content
#

language

Here are 3,208 public repositories matching this topic...

divjotarora
divjotarora commented Feb 28, 2020

Issue #36736 proposes using tls.ConnectionState for extra verification during the TLS handshake. Before this is done, it would be good to improve documentation for certain fields to make it clear what the format of each field is. For example, one open question from me is whether or not each chain in VerifiedChains is of the form peer->issuer-of-peer->issuer-of-issuer-of-peer->...

xROAL
xROAL commented Jan 9, 2020

TS Template added by @mjbvz

TypeScript Version: 3.8.0-dev.20200108

Search Terms

  • Organize imports

In TypeScript / JavaScript, the command Organize Imports inserts up to two newlines if export { ... }; is at the end of a file. This does not happen with other forms of export.

  • VSCode Version: 1.41.1
  • OS Version: Windows 10 (1803)

Steps to Reproduce:

  1. Hav
madranet
madranet commented Feb 8, 2020

V version:
v --version
V 0.1.25 6574420

OS:
OSX 10,14,14

What did you do?
ran v doc with various modules listed on the Modules page

What did you expect to see?
Some form of usable documentation generated

What did you see instead?
A lot of times, various error messages. When documentation is generated –how is it supposed to be accessed?


As it s

Nim
MatthewScholefield
MatthewScholefield commented Dec 2, 2019

When importing httpclient when taint mode is enabled, compilation fails

Example

echo "import httpclient" > foo.nim
nim c --taintMode:on foo.nim

Current Output

nim-1.0.2/lib/pure/httpclient.nim(357, 6) Error: type mismatch: got <MultipartData, string, TaintedString, string, string>
but expected one of: 
proc add(p: var MultipartData; name, content: string; fil
bennorichters
bennorichters commented Jan 23, 2020

Dart SDK Version: 2.7.0, dart:async library

The dartdoc of scheduleMicrotask (*1) refers to an article (*2) saying: "Learn how Dart handles the event queue and microtask queue,". That link (*2) gets redirected to an article that does not mention anything about microtasks.

*1: https://api.dart.dev/stable/2.7.0/dart-async/scheduleMicrotask.html
*2: https://www.dartlang.org/articles/event-l

iamrecursion
iamrecursion commented May 13, 2019

Summary

The reasoning behind choosing our eventual backend should be documented separately to the design for the new runtime. A document containing this information should be located in doc/design/backend/potential-backends.md or similar.

Value

This information is important as not only does it let us reference the materials used to make the decision in the past, it also gives us so

elsassph
elsassph commented Oct 18, 2019

Haxelib allows to get a library from git like:

haxelib git hamcrest https://github.com/mikestead/hamcrest-haxe.git master src

With arguments: library name, git URL, branch name, subfolder (undocumented).

Likewise you should be able to declare it it using -lib/-L/--library:

-lib hamcrest:git:https://github.com/mikestead/hamcrest-haxe.git#master#src

(found the #src arg

hellerve
hellerve commented Feb 10, 2020

When generating documentation for modules that internally use foreach (which as of #656 emits gensyms) we encounter errors related to some internal macro code. The error message always reads as follows:

carp: Unhandled binder: XObj {obj = Lst [XObj {obj = DefDynamic, info = Nothing, ty = Nothing},XObj {obj = Sym RESP.*gensym-counter* Symbol, info = Nothing, ty = Nothing},XObj {obj = Nu
alxiong
alxiong commented Sep 26, 2019

It seems configurations for proselint are centralized to different canonical files (namely $XDG_CONFIG_HOME/proselint/config, ~/.config/proselint/config and ~/.proselintrc) instead of a per project config basis.

So may I ask how to specify project/folder/files-specific rules? Maybe including some examples in the README.md would be nice?

Thanks

Dohxis
Dohxis commented Mar 9, 2017

Here I have another suggestion, this time about our Gravity's CLI. I come up with this list of improvements which I think should benefit the project:

  • If no arguments passed it should display help section instead of opening REPL
  • To open REPL add a new flag for example gravity --repl
  • gravity new [project] - a new simple command to create new project. (A wizard which helps with co
TheBricktop
TheBricktop commented Dec 6, 2018

Describe the bug
The Unity usage example assumes that user has Rantionary.rpkg file in assets/resources folder but there is no step by step information on how to import those and from what source.
The Rant3.zip from github doesn't contain said file.

To Reproduce
Steps to reproduce the behavior:

  1. Follow the Running in Unity tutorial
  2. Run the example in Unity
  3. See the erro
QuestofIranon
QuestofIranon commented Aug 31, 2019

When compiling to Python with target set to any version above 3.x the type hints for functions and variables get wrapped in single quotes. This breaks functionality with some libraries which rely on type hints such as pydantic.

I first noticed it with Coconut: Version 1.4.1 [Ernest Scribbler] running on Python 3.7.4 but tested it out on the online interpreter with Python 3.3 3.4 3.5 and

Improve this page

Add a description, image, and links to the language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the language topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.