Skip to content
#

Clojure

clojure logo

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...

ekkl
ekkl commented Jul 9, 2018
  1. Select theme with thick strip in line number block.
  2. Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
  3. Open another file. All display properly.
  4. If you see carefully that the whole block with line numbers in the first case is shifted to the left.
    First file
    First file
lk-geimfari
lk-geimfari commented Aug 30, 2019

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

jacobemcken
jacobemcken commented Jan 2, 2020

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

stevematdavies
stevematdavies commented Sep 5, 2019

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

laliluna
laliluna commented Nov 11, 2017

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

robert-stuttaford
robert-stuttaford commented Feb 16, 2020

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

poenneby
poenneby commented Apr 24, 2019

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 [[figwhee
marcomorain
marcomorain commented Apr 5, 2019

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. 💯

https://github.com/http-kit/http-kit/blob/495219c40f86488351c6cc604df155a7a5b1a065/src/java/org/httpkit/server/RingHandler.java#L236-L238

I've been investigating a problem in my system where requests are being sent to a server that is being s

colinhicks
colinhicks commented Sep 29, 2016

Currently, changes to plugin information models need to be mirrored, manually in the respective README.md.

This proposal outlines a possible approach to:

  1. Generate the relevant portion of the README directly from the info model.
  2. 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
martinklepsch
martinklepsch commented Dec 22, 2017
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
hlship
hlship commented Mar 21, 2017

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
stritt
stritt commented Jul 25, 2019

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

liberator

Created by Rich Hickey

Released October 16, 2007

Organization
clojure
Website
clojure.org
Wikipedia
Wikipedia

Related Topics

cljs clojurescript language
You can’t perform that action at this time.