language
Here are 3,292 public repositories matching this topic...
-
Updated
Apr 23, 2020 - Ruby
Example ( JSON decoding/encoding ):
Returns:
You just found a bug. V can't compile this program, but it should. Please create a GitHub issue.
Solution: ?
fn main() { age = 21 }
Using Run works perfectly.
But all other examples like Strings, ...
name := 'Bob' println('Hello, $name!') // $` is used for strin
I don't think anyone should actually use the current version in production:
npm audit: found 21 vulnerabilities (3 low, 10 moderate, 8 high) in 2340 scanned packages
Some developers likes dark theme - more gentle on the eyes when codding at night
The CSS media prefers-color-scheme can be used for auto-detection o the light/dark theme user preference
The prefers-color-scheme CSS media feature is used to detect if the user has requested the system use a light or dark
-
Updated
Apr 18, 2020 - JavaScript
The callable constructor proposal was withdrawn because "the same problems can be solved with decorators" but the readme here doesn't show examples of that. Can you please update that for reference? It would be really helpful.
-
Updated
Apr 11, 2020
I am trying to integrate ChatterBot into my Django application, but I would like ChatterBot to work in a database other than the default.
Django itself gives you the option of model routing when you want to use multiple databases:
https://docs.djangoproject.com/en/2.1/topics/db/multi-db/
But even following the Django standard, ChatterBot insists on running only on the default database.
Time consuming bug.
Example
proc abc(x: SomeInteger) =
when nimvm:
echo "hello"
echo "world"
static:
abc(10)Current Output
Error: illegal context for 'nimvm' magic
Expected Output
hello
world
Possible Solutions
when nimvm:
echo "hello"
else:
discard # ugly
$ nim -v
Nim Compiler Versio
The type checker contains multiple occurrences of
if (noErrors)
for (Source const* source: m_sourceOrder)
if (source->ast)
for (ASTPointer<ASTNode> const& node: source->ast->nodes())
if (ContractDefinition* contract = dynamic_cast<ContractDefinition*>(node.get()))
These should be extracted into some helper "forAllContracts" or something like that, which takes
In the version deployed at http://play.witheve.com/#/examples/quickstart.eve the hover text for sidebar expand/collapse button is reversed. Look through the repo for the offending code but could not find it.
I tried compiling the SDK this weekend on Windows. I followed the directions here
I was able to set up the depot tools correctly (I think).
However, I was getting errors when attempting to build the sdk with:
.\tools\build.py --mode release --nnbd --arch x64 create_sdk
Eventually, I got to a point where I was getting this error
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
The embedding example in the documentation suggests to run the code "System.print("I am running in a VM!")" which does not print anything because the vm was not configured with a print function.
Suggesting the user to provide a print/error function would make things clearer.
Hi there, I'm trying to build Haxe with OCaml 4.02.3 and dune 1.11.4. When I try running make however, I get this error:
File "libs/javalib/jData.ml", line 1:
Error: Some fatal warnings were triggered (2 occurrences)
ocamlc libs/mbedtls/mbedtls_stubs.o (exit 2)
(cd _build/default/libs/mbedtls && /home/admin/.opam/4.02.3/bin/ocamlc.opt -g -ccopt -O -ccopt -fno-defer-pop -ccopt -Wall
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
A user says:
Detects gender bias on 'chairperson' despite the term being the gender neutral alternative to gendered nouns.
Text that will trigger false positive: They thought the chairperson was interesting.
-
Updated
Apr 16, 2020 - JavaScript
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
REPLadd a new flag for examplegravity --repl gravity new [project]- a new simple command to create new project. (A wizard which helps with co
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:
- Follow the Running in Unity tutorial
- Run the example in Unity
- See the erro
-
Updated
Sep 20, 2018
Really nice project.
Writing in coconut files, you lose all the IDE integrations for Python. For example, I use VSCode and all the intellicode and hints of course doesn't work for cocount.
I am not too familiar but perhaps theres needs to be a separate language server or maybe you could leverage the existing Python integrations. Either way, better IDE integration wo
While working on #1915 I've run into some areas where the documentation is lacking. This issue is a list of topics that I think need work. It may change over time.
-
publicandconstantas methods applied to storage variables - scoping rules
-
forloops - tuples
- contract objects
- memory layout of data types
- pass-by-reference / pass-by-value
- a
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.
?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env)?go envOutput