- Bergen, Norway
- http://kjellmorten.no
Block or Report
Block or report kjellmorten
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
rack-google_analytics Public
Forked from grays/rack-google_analytics
Rack::GoogleAnalytics is middleware for embedding tracking code
-
244 contributions in the last year
Less
More
Contribution activity
March 2023
Created an issue in integreat-io/map-transform that received 1 comment
Opened 47 other issues in 3 repositories
integreat-io/integreat
10
closed
20
open
-
Remove use of mapTransform's
onlyMappedValues()
-
Remove
integreat
's dependancy onintegreat-transformers
- Remove exhange:uri and exchange:json
- Support adapters
- Don't return action from lower level / down stream
-
Make default
createdAt
andupdatedAt
optional in schemas? Ok to default them individually or set one to the other when only one is set? -
Implement
dispatchAll
to allow arrays of actions, with options on concurrency - How to give insight into the different stages of the mutation pipeline?
-
Make sure an error from a transporter is included in the error response from
dispatch
-
Make sure default default values are
undefined
(notnull
) - Decide on an approach to include / not include default values in mutations
-
Introduce a
pending
status? - Make sure Date is kept as a Date through mapping
- Make sure default date in schema mapping are set at mapping time and not at preparation time
- Add access rule for root
- Provide a default mutation?
-
Check that
warning
is sufficiently implemented -
Consider if SET should return successfully set items in
data
and failures in another prop - Allow mutations to be provided as a resource as well (to provide general builtin mutations without merging with custom definitions)
- Respond with error when trying to use unknown authenticator
- Fix bug in GET_ALL, where one page of max number of items in a paged approach, could lead to an infinite loop
- Support user specific authentication (e.g. when using ident.id to sign JWTs)
- Implement simple uri template transformer
- Clean up incoming handler, esp. auth
-
Don't send
SET
action withdata: null
to service? - Some issues not shown.
integreat-io/map-transform
14
closed
2
open
- Return an error when transforming with an unknown transformer id
-
Make sure
nonvalues
are honored everywhere -
Pass
undefined
through the transform pipeline -
Make the
not
transformer work with operation objects -
Implement
target
as an option tomapTransform()
- Return an error when applying with an unknown pipeline id
-
Rename
noneValues
tononvalues
-
Make
$flip
flag survive through pipelines -
Remove
onlyMappedValues()
onmapTransform()
-
Implement
$noDefaults
flag on operation objects, to set theonlyMapped
flag in the state -
Figure out how
value
transformer should work in reverse - Figure out why we can't $filter in a pipeline after a $lookup
- Clean up operations and transformers function calls
-
Consider changing the
mapTransform()
api and handlerev()
in another way? - Find a way to support all mappings both ways (map-transform)
- Return error when transformers throw