Git Product home page Git Product logo

owtools's Introduction

(require '[clojure.spec.alpha :as s])

(s/def ::name string?)
(s/def ::align #{:law :neutral :chaos})
(s/def ::level pos-int?)
(s/def ::magic (s/coll-of string?))

(s/def ::profile
  (s/keys :req-un [::name ::align ::level ::magic]))

(s/conform ::profile
           {:name "r6eve"
            :align :neutral
            :level 5
            :magic ["Functional & Object-oriented Programming"
                    "Perl-like Programming"
                    "AUR package maintenance"
                    "Pulinpa (against Linux Kernel)"]})

owtools's People

Contributors

dependabot[bot] avatar r6eve avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

owtools's Issues

Fix escaped html.

From

src/foo/bar/qux.clj:50: (.startsWith s "track")

To

src/foo/bar/qux.clj:50: (.startsWith s "track")

Can not execute commands with the argument includes spaces.

From

> wag "let make"
ERR: Error stat()ing: make
ERR: Error opening directory make: No such file or directory
The `ag` terminated normally by [1]

To

src/w3m.ml:4:let make_command () =
src/wag.ml:10:let make_ag_command argv =
src/wfind.ml:7:let make_find_command argv =
src/wlocate.ml:7:let make_locate_command argv =

Don't stop. Carry on.

Imagine

> pwd
/home/r6eve

From

> wfind . -name '*lazy*'
find: ‘./.docker’: Permission denied

To

> wfind . -name '*lazy*'
./.opam/4.06.0/build/ocaml/boot/lazy.cmi
./.opam/4.06.0/build/ocaml/stdlib/lazy.cmi
....others

Your .dependabot/config.yml contained invalid details

Dependabot encountered the following error when parsing your .dependabot/config.yml:

The property '#/' did not contain a required property of 'update_configs'
The property '#/' contains additional properties ["updates"] outside of the schema when none are allowed
The property '#/version' value 2 did not match one of the following values: 1

Please update the config file to conform with Dependabot's specification using our docs and online validator.

Deal with a file with a large amount of lines

Imagine

> wc -l example1.wig
7028198 example1.wig

From

> wag step example1.wig
Fatal error: exception Failure("int_of_string")

To

> wag step example1.wig
Too many lines to handle

Fix pattern

From

> wfind . -name '*.sh'
find: paths must precede expression: foo.sh

To

> wfind . -name '*.sh'
foo.sh
qux.sh
...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.