Arron Mabrey

Results 18 comments of Arron Mabrey

Here is a PR with the fix. https://github.com/odyssomay/sublime-lispindent/pull/30

One thing to consider, is test determinism and repeatability. As I'm sure you're aware, RSpec ships with a feature that randomizes the test execution order, to expose hidden interdependencies within...

Actually this _Just Works_. This is because when you use the command-line option `rspec --seed 1234` there is a line of code `Kernel.srand config.seed`, in the default `spec_helper.rb` file. This...

Here is a working link to the issue this PR addresses https://github.com/mikelambert/react-native-fabric-crashlytics/issues/1

@mikelambert I think it would be beneficial to merge the code as is, I agree with @jondot 's last comment about "sourcemaps being inaccurate even after this patch" but anything...

@SET001 Yes this would be awesome. I actually have an issue where I'm using script tags for templating in an index.html file. e.g. ``` ...HTML MARKUP... ``` Obviously JSHint goes...

I'm also having this problem will this issue be merged in?

@marick I believe reader conditionals are only allowed in files with the `.cljc` extension. The exception shows a file with `.clj` e.g. `scratch/core2.clj` Here is a link to more resources...