Clojure
Clojure is a functional, dynamic, general-purpose programming language. It provides built-in concurrency support via software transactional memory and asynchronous agents, and offers a rich set of immutable, persistent data structures. Clojure runs on JVM, JavaScript VMs, and Common Language Runtime.
Here are 3,803 public repositories matching this topic...
Issue Description
The following test fails for seed = 0 but passes for (as far as I can tell) any other seed (e.g. seed = 1)
https://gist.github.com/orausch/9a42e24b782319447a515e8c29b364a0
Version Information
Please indicate relevant versions, including, if relevant:
- Deeplearning4j version:
beta6 - Platform information (OS, etc): Ubuntu 19.10
(cc @rpatra)
- Select theme with thick strip in line number block.
- Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
- Open another file. All display properly.
- If you see carefully that the whole block with line numbers in the first case is shifted to the left.
First file
Well, we need to check all the projects and remove outdated ones.
We declare this in the readme:
However, keep in mind that we don't accept mammoth's shit. Only active and interesting projects with good documentation are added. Dead and abandoned projects will be removed.
But, sadly at this moment, this project looks like a mammoth shit itself.
We really need to fix it. I think
Small omission in the guide: it is implied in step 9 that a {} literal should be parsed as a hash-map in the reader, but this is never explicitly stated earlier on. The sentence in question is: "This is basically the functional form of the {} reader literal syntax".
I've wanted to craft a "1 minute", "5 minute", "15 minute" moving average (like a unix load average), but don't know the right r to pass to ewma-timeless to get it.
Either documenting a rule of thumb or providing a mechanism to recreate that would be helpful.
I don't use Compojure on a regular basis (sometimes with years in between), so I always hit the wiki to find out how it is used. The basics are really intuitive and easy to get up and running. But I always struggle to figure out how the more complex stuff works. Specifically I have two reoccurring issues that I get stuck with every time, where I have to turn to web searches (usually ending up on S
No matter where an example clojurescript example / tutorial / rocket science explanation is, the second most glaringly obvious absence after a simple explanation of setup, is eplaining how on earth one is supposed to structure a project.
Every example shows how to create a component, combine components etc, but everything is in the same file and the same namspace!
If we are to believe this i
Might save some time finding typos
[:find ?day ?meal
:where [?day :day/dailies ?daily]
[?dayily :daily/meal ?meal]]
Expected output:
WARN '?daily', '?dayily' are only referenced once, possible typo? Or consider replacing them with '_'.
Documentation?
When writing Clojure, I often will add a ? suffix to any boolean let bindings or defs. There is a strong convention of doing this for functions that return booleans.
Is there similar consensus that names of boolean values should be suffixed with a question mark?
See bbatsov/clojure-style-guide#136 as a similar issue, as well as https://guide.clojure.style/#pred-wit
-
Updated
Feb 22, 2020 - Kotlin
I struggled to setup ring for development and production, as there are so many options.
I tried to compile what I found into two pages https://github.com/laliluna/ring/wiki/Setup-for-development and https://github.com/laliluna/ring/wiki/Setup-for-production
In addition I structured the Home page to make it a bit easier to read.
https://github.com/laliluna/ring/wiki
The examples are more
Is your feature request related to a problem? Please describe.
Sometimes I'd like to invoke the refresh while focused on the refresh buffer.
Describe the solution you'd like
Support the refresh-loaded-code keybind C-c M-n r from within the *cider-ns-refresh-log* buffer
Bug Report
Problem
The amount is the first field in a transaction. When you fill this out, and then add recipient by scanning their QR code, the amount is reset.
Expected behavior
Amount is maintained unless user cancels the Tx.
Actual behavior
Set Tx amount.
Scan recipient QR code.
Amount is cleared and must be re-entered.
Hello!
I recently tried to setup REPL driven dev with Vim and while following your wiki entry I ran into some problems with library versions.
Below is the configuration that made it work for me:
REPL-y 0.4.3, nREPL 0.6.0
Clojure 1.10.0
:profiles
{:dev
{:dependencies [[figwheeThese classes were deprecated long ago and are now removed in Java 13. We should get ready and migrate these classes.
Some migration hints here:
https://docs.oracle.com/javase/9/docs/api/jdk/javadoc/doclet/package-summary.html#migration
Thank you for HTTP, and thank you for the recent additions of the logging and event logging system - they were very easy to use, and very helpful.
I've been investigating a problem in my system where requests are being sent to a server that is being s
(https://github.com/viebel/klipse/blob/master/contributing.md)
- How to run test namespace(runner.cljs) and phantom js test (There is http://localhost:5014/test.html, but I think it serves a different purpose)
- Generally not much guidelines on how to contribute. (naming convention / code coverage...? to name only a few (at the moment I don't know comprehensive list of what good contribute guide
Currently, changes to plugin information models need to be mirrored, manually in the respective README.md.
This proposal outlines a possible approach to:
- Generate the relevant portion of the README directly from the info model.
- Integrate into the existing plugin release process.
A: Create a doc-gen lein plugin to render an information-model map into markdown
- Content should correspond
If I wanted to specify ClojureScript dependencies, the following snippet would suffice.
#!/bin/sh
"exec" "lumo" "-c" "tools.cli-0.3.7.jar" "$0" "$@"
I think we should document this somewhere in this project.
How can I specify npm dependencies in a clojurescript script? Can it be documented, too?
Classpath conflict: org.clojure/clojure version 1.8.0 already loaded, NOT loading version 1.3.0
If you specify a Clojure version in boot.properties and don't specify the same Clojure version in your :dependencies you will get a warning like the one above.
Not sure if this is worth it but we could provide some more context for the specific case of Clojure:
Classpath confli
Unity has changed the UI to configure the Mono Runtime in 2019.2 and we need to update our documentation to reflect that.
The documentation is not inaccurate for older versions of Unity, so maybe an amendment (as opposed to a replacement) with a note about checking your Unity version is the way to go.
Tracking down a problem with the latest upgrade. Because of a resolve failure, the arguments to a field are included in an error map; one value is a java.time.LocalDateTime. Cheshire throws an exception when streaming this as JSON, and the final result is a response with a body that is the empty string.
The right solution is to use cheshire.generator/add-encoder:
(add-encoder LocalDa
Description
What is the current behavior?
The swagger spec doesn't seem to be working for cron job creation. I think it's the path for it is not standard
What is the expected behavior?
Pull in spec similarly to what we are doing for all other resources.
Additional Context
This is probably affecting any resources that don't match the standard path
Reproduction
Consider if we want to support:
set -e Exit immediately if a command exits with a non-zero status.
set -x Enables a mode of the shell where all executed commands are printed to the terminal.
When defining a resource, I leave a lot of decision points at their default value (by not implementing them). The default paths could be indicated on the decision graph with a different colour.
This would save a lot of time going back and forth between the graph an this table.

When adding a new data store database in Metabase it tries to connect first with SSL (if the driver supports SSL), and then without, in that order. If either connection succeeds, the database details are accepted as valid. Yes, you can add driver specific JDBC options to use SSL, but there is no good feed