Implementing a generic parameterized Java interface so that it satisfies (instance? ParameterizedType)

2016-08-04 Thread Jakub Holý
ss msg) "):" msg))) Correct? Thank you! Cheers, Jakub Holý -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient w

Re: Implementing a generic parameterized Java interface so that it satisfies (instance? ParameterizedType)

2016-08-05 Thread Jakub Holý
sses, it >>> has no concept of generics. Java is the way to go here. >>> >>> Cheers, >>> Colin >>> >>> On 5 August 2016 at 09:28, Jakub Holý <jakubh...@gmail.com >>> > wrote: >>> >>>> I

Re: [JOB] Telia Norge needs people interested in working with Clojure and ClojureScript (Oslo, Norway)

2018-01-07 Thread Jakub Holý
Clarification: the job unfortunately requires physical presence in Oslo, Norway. fre. 5. jan. 2018 kl. 12.18 skrev Jakub Holý <jakubholy@gmail.com>: > Hello! We here at Telia Norge are starting a new project using Clojure and > ClojureScript and need people that know or ar

[JOB] Telia Norge needs people interested in working with Clojure and ClojureScript (Oslo, Norway)

2018-01-05 Thread Jakub Holý
Hello! We here at Telia Norge are starting a new project using Clojure and ClojureScript and need people that know or are interested in learning and using these technologies. So if you could consider becoming our employee and joining the team, let us know as soon as possible (you don't need to

Re: [JOB] Telia Norge needs people interested in working with Clojure and ClojureScript (Oslo, Norway)

2018-03-15 Thread Jakub Holý
ipt-is-easy/> Cheers, Jakub On Friday, January 5, 2018 at 12:18:29 PM UTC+1, Jakub Holý wrote: > > Hello! We here at Telia Norge are starting a new project using Clojure and > ClojureScript and need people that know or are interested in learning and > using these technologies. > >

Re: [ANN] clj-commons - an org

2018-11-11 Thread Jakub Holý
Awesome, thanks, Erik! On Sunday, November 11, 2018 at 1:24:10 PM UTC+1, Erik Assum wrote: > > Thank you for the kind words. > As for Google juice, I’ve just bought clj-commons.org, but haven’t hooked > it up to anything yet. > > As for the rationale, there is a meta-repo which is currently

RE: next.jdbc -- early access

2019-04-02 Thread Jakub Holý
You are one of my open source heroes, Sean. Thank you for the work! Cheers, Jakub -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please

[ANN] clj-concordion 0.0.1

2019-04-16 Thread Jakub Holý
I am happy to announce an initial release of Clojure and clojure.test support for the Specification by Example tool Concordion , clj-concordion - https://github.com/holyjak/clj-concordion/ . Document the business rules in your application in a way developers and business

[ANN] clj-concordion 0.0.2 - all basic features

2019-05-03 Thread Jakub Holý
ecifications. Changelog: * [feature] Suppor `concordion:run` command * [fix] Enable multiple `deffixture` in the same file If you are interested in business-focused testing, please give it a try and provide feedback! Cheers, Jakub Holý -- You received this message because you ar

[ANN] clj-concordion 0.0.2 w/ all basic features

2019-05-03 Thread Jakub Holý
`deffixture` in the same file If you are interested in business-focused testing, please give it a try and provide feedback! Cheers, Jakub Holý -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@google

Enlive: select a comment, drop all subsequent nodes?

2019-12-13 Thread Jakub Holý
Hello! I'd really appreciate help with this problem: I have a blog post containing `` to mark the (prior) part of the text that should be used in previews etc. Given an Enlive DOM tree, how do I get just the preview? I guess I want to 1. Create a selector for the comment node (`{:type :comment,

Re: Building klipse demands too much

2020-06-28 Thread Jakub Holý
FYI you can also ask in the #klipse channel in the Clojurians Slack -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with

Re: Idiomatic program for someone new to Clojure

2020-12-30 Thread Jakub Holý
I am late to the party but you might find https://blog.jakubholy.net/clojure-common-beginner-mistakes/ useful. It also links to a few very valuable resources. On Thursday, December 17, 2020 at 12:42:41 AM UTC+1 Derek Troy-West wrote: > Hello James, > > Aditya links to one of Stuart Sierra's

Re: [ANN] com.dean.interval-tree

2021-04-07 Thread Jakub Holý
I guess you are aware of https://github.com/helins/interval.cljc ? On Wednesday, April 7, 2021 at 12:52:53 AM UTC+2 danle...@gmail.com wrote: > I agree that would be a useful addition to the README. Well, maybe one > practical example could be if you had a situation where you scheduled >