language
- Sign up for GitHub or sign in to edit this page
Here are 2,967 public repositories matching this topic...
https://twitter.com/rauschma/status/1181852019264503808
We should give a more helpful message when missing "lib": ["dom"].
If accessing a property on a type that was
- empty and
- declared in the global scope and
- named after a pattern that matches
/^HTML\w+Element$/
it is likely a forward declaration for DOM environments, and we should provide an error message like:
Pro
This came up for fixes to svg-gradient() (less/less.js#3261). There are no automated visual regression tests, so it might be good to do so for functions that create visual assets. See: https://github.com/garris/BackstopJS
It would be nice if there was a terminal tool that provides quick access to documentation on parts of the language, with a switch to also get the source code.
For example Go provides go doc.. or go doc -all to also get the source code to read.
This could be used by tools, but also if you did it with | less its a nice easier way to spelunk code based on what you are interested in.
Since, we already know that v has a functional http module. Hence, http module should be mentioned in https://vlang.io/modules
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
-
Updated
Oct 28, 2019 - 355 commits
- JavaScript
:book: A curated list of resources dedicated to Natural Language Processing (NLP)
-
Updated
Oct 28, 2019 - 386 commits
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.
When you run finish.exe twice you get (I decided I wanted the start menu entry after the fact)
C:\Users\<USERNAME>\.nimble\bin is not in your PATH environment variable.
This was an installation without admin rights. The variable is placed correctly in the user path without requiring (unnecessary) admin permissions.
Example
Run finish.exe twice without admin privileges on Windows 10
When generating the Yul intermediate code of Solidity programs, strings are always translated to hex numbers. This prevents readability of IR code. Because of that, the code generator should detect if a string can be represented in printable ascii chars (for safety) and use that instead.
How to implement:
Add a function std::string formatAsStringOrNumber(std::string const& _value) in `l
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.
Documentation: https://dart-lang.github.io/observatory/
I think that the documentation is missing features, e.g. CPU profile information in code coverage. Additionally, the screenshots look outdated, i.e. I cannot pinpoint what exactly is missing from the documentation, but it seems like quite a lot has changed.
The link for filing feature requests in the documentation is dartbug.com and w
Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!
-
Updated
Oct 28, 2019 - 10 commits
- Red
It was blacklisted in #3702/#2703, but it is unclear if it is caused by an actual bug in our implementation of BigDecimal or not at this point. We should investigate.
If someone wants to tackle this, use the following steps to reproduce:
- Move the line
scala/collection/immutable/NumericRangeTest.scalafromscala-test-suite/src/test/resources/2.13.0/BlacklistedTests.txtto `WhitelistedT
The docs are a bit unclear about initializers and super calls, so I figured it out from experimenting and reading the source.
From: http://wren.io/classes.html
re: "A constructor is actually a pair of methods."
It should clarify here that while an initializer method's body runs just like any other instance method, it's not actually visible like a normal method. You can't call it excep
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
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.
A statically typed lisp, without a GC, for real-time applications.
-
Updated
Oct 28, 2019 - 3 commits
- Haskell
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
Natural language detection
-
Updated
Oct 28, 2019 - 323 commits
- JavaScript
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
Natural Language Processing Tasks and References
-
Updated
Oct 28, 2019 - 50 commits
Single header C++ logging library. It is extremely powerful, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.
-
Updated
Oct 28, 2019 - 2 commits
- C++
:crescent_moon: A language that compiles to Lua
-
Updated
Oct 27, 2019 - 738 commits
- Lua
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env)?go envOutput