Skip to content
#

language

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

bkawakami
bkawakami commented Feb 12, 2019

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.

Nim
chriseth
chriseth commented Mar 26, 2020

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

mnordine
mnordine commented Apr 6, 2020

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

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

eclipticccc
eclipticccc commented Mar 17, 2020

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 
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
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
Samrose-Ahmed
Samrose-Ahmed commented Mar 9, 2020

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

vyper
iamdefinitelyahuman
iamdefinitelyahuman commented Apr 5, 2020

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.

  • public and constant as methods applied to storage variables
  • scoping rules
  • for loops
  • tuples
  • contract objects
  • memory layout of data types
  • pass-by-reference / pass-by-value
  • a
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.