Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / xapix-io/axel-f issues and pull requests

#122 - SEARCH method issue

Issue - State: open - Opened by nikita-prtsr 8 months ago

#121 - Add SEARCH test

Pull Request - State: closed - Opened by max-prtsr 12 months ago

#120 - Add SEARCH test

Pull Request - State: closed - Opened by max-prtsr 12 months ago - 1 comment

#119 - Add ability to write custom functions with JS

Issue - State: open - Opened by max-prtsr about 1 year ago

#118 - UNIQUE method is not working with axel-f

Issue - State: open - Opened by nikita-prtsr about 1 year ago - 3 comments

#117 - LEN method returns wrong result with an empty values

Issue - State: open - Opened by nikita-prtsr over 1 year ago - 3 comments

#116 - How to generate using FN

Issue - State: open - Opened by max-prtsr over 1 year ago - 1 comment

#115 - FILTER ignores variables from the context

Issue - State: open - Opened by max-prtsr over 1 year ago - 5 comments

#114 - Fix the case when result of map-lookup is falsy

Pull Request - State: closed - Opened by DeLaGuardo over 3 years ago

#113 - Bump bcprov-jdk15on from 1.65.01 to 1.67

Pull Request - State: open - Opened by dependabot[bot] over 3 years ago
Labels: dependencies

#112 - Add PARSE.DATE and PARSE.DATETIME functions

Pull Request - State: closed - Opened by DeLaGuardo over 3 years ago

#111 - Add REGEX function to compile a string to pattern

Pull Request - State: closed - Opened by DeLaGuardo over 3 years ago

#110 - Fixes for autocomplete function

Pull Request - State: closed - Opened by DeLaGuardo about 4 years ago

#109 - Fix escaping

Pull Request - State: open - Opened by DeLaGuardo about 4 years ago - 1 comment

#108 - Use unified excel-number function for to-integer and to-float coercion

Pull Request - State: closed - Opened by DeLaGuardo about 4 years ago - 1 comment

#107 - Add JSON.SEARCH and merger

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 1 comment

#106 - Internal format of LocalDate and LocalDateTime

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 1 comment

#105 - Allow lists for index-lookup

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 1 comment

#104 - fix ArityException

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 1 comment

#103 - Use goog.i18n.DateTimeFormat

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 1 comment

#102 - Add options to excel-str multimethod to pass formatter for Date(Time)

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 1 comment

#101 - Add exception if function called with wrong arity

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 1 comment

#100 - Add REM math function

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 2 comments

#99 - queryselect->xpath

Pull Request - State: closed - Opened by zarkone over 4 years ago - 1 comment

#98 - Query select

Pull Request - State: closed - Opened by zarkone over 4 years ago - 1 comment

#97 - Fix different behaviour in coercion to string for JVM and JS runtimes

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 1 comment

#96 - devision clj vs cljs: ratio

Issue - State: closed - Opened by zarkone over 4 years ago - 3 comments

#95 - Enrich ex-data for runtime exceptions

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 1 comment

#94 - Convert date to number in comparizon operators

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 1 comment

#93 - Throw unknown function error

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 1 comment

#92 - Fix regular expression for key validity check

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 1 comment

#91 - coerce.to-boolean should return its argument if it is a boolean

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 1 comment

#90 - Add axel-f.excel-lite namespace

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 1 comment

#89 - Determine whether a variable is a local or global variable

Issue - State: open - Opened by kennyjwilli over 4 years ago - 1 comment

#88 - Remove CircleCI status badge, add badges for GH actions

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 1 comment

#87 - Correct coercion behavior

Pull Request - State: closed - Opened by DeLaGuardo over 4 years ago - 1 comment

#86 - Remove chesire from runtime dependencies

Issue - State: closed - Opened by kennyjwilli almost 5 years ago - 6 comments

#85 - Crypt

Pull Request - State: closed - Opened by DeLaGuardo almost 5 years ago - 1 comment

#84 - Fix binary expression parser

Pull Request - State: closed - Opened by DeLaGuardo almost 5 years ago - 1 comment

#83 - New functions

Pull Request - State: closed - Opened by DeLaGuardo about 5 years ago - 1 comment

#82 - Mark as deprecated functions without ns

Pull Request - State: closed - Opened by DeLaGuardo about 5 years ago - 1 comment

#81 - Fix static references started with dot character

Pull Request - State: closed - Opened by DeLaGuardo about 5 years ago - 1 comment

#80 - binary parser fix

Pull Request - State: closed - Opened by DeLaGuardo about 5 years ago

#79 - Cannot use a negative number

Issue - State: closed - Opened by kennyjwilli about 5 years ago - 5 comments

#78 - Fix references starting with numbers

Pull Request - State: closed - Opened by DeLaGuardo about 5 years ago

#77 - Coerce round return type to a long instead of an int

Pull Request - State: closed - Opened by kennyjwilli over 5 years ago - 1 comment

#76 - Coerce round return type to a long instead of an int

Pull Request - State: closed - Opened by kennyjwilli over 5 years ago - 1 comment

#75 - Coerce round return type to a long instead of an int

Pull Request - State: closed - Opened by kennyjwilli over 5 years ago - 2 comments

#74 - ROUND should convert to a long, not an int

Issue - State: closed - Opened by kennyjwilli over 5 years ago

#73 - CONCAT to concatenate arrays

Pull Request - State: closed - Opened by zarkone over 5 years ago

#72 - Fix symbol lexer

Pull Request - State: closed - Opened by zarkone over 5 years ago - 1 comment

#71 - MAP doesn't accept function body as it used to before 2.0

Issue - State: closed - Opened by zarkone over 5 years ago - 2 comments
Labels: bug

#70 - Getting vals from hashmaps with squarebrackets doesn't work in 2.0

Issue - State: closed - Opened by zarkone over 5 years ago - 1 comment

#69 - Derive used vars from group expression

Pull Request - State: closed - Opened by DeLaGuardo over 5 years ago - 1 comment

#68 - Analyzer does not find variables in parentheses

Issue - State: closed - Opened by kennyjwilli over 5 years ago

#67 - NULL is considered a var

Issue - State: closed - Opened by kennyjwilli over 5 years ago - 3 comments

#66 - Main functionality

Pull Request - State: closed - Opened by DeLaGuardo over 5 years ago - 1 comment

#65 - Add description for new functions

Pull Request - State: closed - Opened by DeLaGuardo over 5 years ago - 1 comment

#64 - Fix operator precedence in case of grouping

Pull Request - State: closed - Opened by DeLaGuardo over 5 years ago - 1 comment

#63 - Order of operations incorrect

Issue - State: closed - Opened by kennyjwilli over 5 years ago - 2 comments
Labels: bug

#62 - var lookup doesn't work with `#` in identifier

Issue - State: closed - Opened by zarkone over 5 years ago - 3 comments
Labels: bug

#61 - Range and object functions

Pull Request - State: closed - Opened by DeLaGuardo over 5 years ago

#60 - Introduce comments

Pull Request - State: closed - Opened by DeLaGuardo over 5 years ago - 1 comment

#59 - Closures

Pull Request - State: closed - Opened by DeLaGuardo over 5 years ago - 1 comment

#58 - Object functions

Issue - State: closed - Opened by DeLaGuardo over 5 years ago - 3 comments

#57 - Connect wiki pages with cljdoc

Issue - State: open - Opened by DeLaGuardo over 5 years ago - 5 comments
Labels: good first issue

#56 - Add ability to use function application as a root reference

Pull Request - State: closed - Opened by DeLaGuardo over 5 years ago

#55 - Add sha256 function. Available as HASH.SHA256

Pull Request - State: closed - Opened by DeLaGuardo over 5 years ago

#54 - Ignore newlines

Pull Request - State: closed - Opened by DeLaGuardo over 5 years ago

#53 - Symbols can be prefixed with escaping character

Pull Request - State: closed - Opened by DeLaGuardo over 5 years ago - 1 comment

#52 - Multi-line formulas

Issue - State: closed - Opened by kennyjwilli over 5 years ago - 4 comments

#51 - Field reference with space results in exception

Issue - State: closed - Opened by kennyjwilli over 5 years ago - 1 comment

#50 - V1.0.0

Pull Request - State: closed - Opened by DeLaGuardo over 5 years ago - 1 comment

#49 - Add IFS function

Pull Request - State: closed - Opened by kennyjwilli over 5 years ago - 1 comment

#48 - Simplify parser

Issue - State: closed - Opened by DeLaGuardo almost 6 years ago

#47 - "Wrong argument type" exceptions in runtime (compile time?)

Issue - State: closed - Opened by DeLaGuardo almost 6 years ago - 1 comment

#46 - More detailed exceptions during compile time.

Issue - State: closed - Opened by DeLaGuardo almost 6 years ago

#45 - update wiki to reflect namespaces + new functions

Issue - State: closed - Opened by mreinsch almost 6 years ago - 1 comment

#44 - Rewamp custom functions

Pull Request - State: closed - Opened by DeLaGuardo almost 6 years ago - 1 comment

#42 - geo functions

Issue - State: closed - Opened by mreinsch almost 6 years ago - 3 comments

#41 - How to create a new function just as an alias of one that already exists.

Issue - State: closed - Opened by cecab almost 6 years ago - 2 comments

#40 - Add ability to use dynamic refs outside of special functions

Pull Request - State: closed - Opened by DeLaGuardo almost 6 years ago - 1 comment
Labels: WIP

#39 - Feature/extendable function list

Pull Request - State: closed - Opened by DeLaGuardo almost 6 years ago - 1 comment

#38 - Fix OBJREF grammar

Pull Request - State: closed - Opened by zarkone almost 6 years ago - 1 comment

#36 - Relax symbol field rule in reference definition

Pull Request - State: closed - Opened by DeLaGuardo almost 6 years ago - 1 comment

#35 - Relax rule for SYMBOL_FIELD in object references

Issue - State: closed - Opened by DeLaGuardo almost 6 years ago

#34 - base64 encoding / decoding functions

Issue - State: closed - Opened by mreinsch almost 6 years ago - 1 comment
Labels: good first issue

#33 - removed axel-f references from function blurbs

Pull Request - State: closed - Opened by DG4227 almost 6 years ago - 1 comment

#32 - Remove internal references from functions description

Issue - State: closed - Opened by DeLaGuardo about 6 years ago

#31 - Fix/dynamic references

Pull Request - State: closed - Opened by DeLaGuardo about 6 years ago - 1 comment

#30 - Formula with just a constant inside can not be precompiled and executed.

Issue - State: closed - Opened by DeLaGuardo about 6 years ago
Labels: bug

#29 - soap-ws parts are served from insecure repo

Issue - State: closed - Opened by DeLaGuardo about 6 years ago

#28 - Fix dynamic references

Pull Request - State: closed - Opened by DeLaGuardo about 6 years ago - 1 comment

#27 - MAP, FILTER, SORT, UNIQUE functions

Pull Request - State: closed - Opened by DeLaGuardo about 6 years ago - 1 comment

#26 - Add ARABIC, VALUE and TEXTJOIN

Pull Request - State: closed - Opened by DeLaGuardo about 6 years ago - 1 comment

#25 - Feature/coercions tests

Pull Request - State: closed - Opened by DeLaGuardo about 6 years ago - 1 comment

#24 - Apply coercions from any to number before calling math functions

Pull Request - State: closed - Opened by DeLaGuardo about 6 years ago - 1 comment

#23 - Emit parse/runtime errors

Pull Request - State: closed - Opened by zarkone about 6 years ago - 1 comment