Skip to content
#

language

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

Nim
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

hiiamboris
hiiamboris commented Feb 21, 2020

Describe the bug

>> i: make image! 2x2
== make image! [2x2 #{FFFFFFFFFFFFFFFFFFFFFFFF}]
>> i/alpha
== #{00000000}
>> i/alpha: 1 i/alpha
== #{01010101}
>> i/alpha: -1 i/alpha
== #{FFFFFFFF}           ;) expected #{00000000}
>> i/alpha: 255 i/alpha
== #{FFFFFFFF}
>> i/alpha: 256 i/alpha
== #{00000000}           ;) expected #{FFFFFFFF}

Expected behavior

Alpha val

sylwiabr
sylwiabr commented May 13, 2019

Summary

Luna syntax parser reads source files and outputs an AST (Abstract Syntax Tree). Currently, all the comments are read as a single token (a text). We need to create a separate parser which will consume the comment text and will return a Comment-AST.

Value

We will be then able to traverse comments structure and nicely display them in the documentation and interactive help.

nadako
nadako commented Mar 17, 2020

So currently the doc for EReg.matched says this:

The index n corresponds to the n-th set of parentheses in the pattern
of this EReg. If no such sub-group exists, the result is unspecified.

But it's not immediately clear what "no such sub-group exists" means exactly. I assume it means that the group was not defined in the regex. But it's a bit confusing in case the group was define

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

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

vyper
troychard
troychard commented Feb 22, 2019

I've been trying to get logging to work in a C++ exe and inside a dll.

The documentation here says this is possible, but I can't get it to work.
https://github.com/zuhd-org/easyloggingpp#sharing-logging-repository

The Samples show a comment indicating that a "Shared Logging" sample has been removed from the VC++ folder.

![image](https://user-images.githubusercontent.com/43011228/53212477

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.