Kamal Fariz Mahyuddin

Results 17 issues of Kamal Fariz Mahyuddin

It'd be great if there were bindings and SDK for Swift and/or Objective-C so that iOS developers are able to ship and evaluate Polar policies on device.

oso-oso rubygem 0.21.0 ``` thread '' panicked at 'invalid query', polar-core/src/vm.rs:1760:17 stack backtrace: 0: std::panicking::begin_panic 1: polar_core::vm::PolarVirtualMachine::query_for_operation 2: polar_core::vm::PolarVirtualMachine::next 3: ::run 4: polar_core::polar::Query::next_event 5: polar_core::polar::Query::next_event 6: polar_core::polar::Query::next_event 7: polar_core::polar::Query::next_event 8:...

There is a minor syntax highlighting issue where the left parenthesis has the wrong color when instantiating a class with a number.

bug

I have a top-level domain that fronts several services. For example: * api.example.com/a/billing/* will route to billing.example.internal/* * api.example.com/a/users/* will route to users.example.internal/* Currently, the rewrite above is handled by...

I would like to be able to share the JSON config with my other teammates. Some env variables and `cwd` are very much customized to my own machine. There are...

I noticed that the `theme` yielded in `customForms` does not include utilities that were added by other plugins. I have tried reordering the order of plugins such that `@tailwindcss/custom-forms` is...

**Is your feature request related to a problem? Please describe.** I'd like to discourage the use of inline styles in our codebase. Often times, there exist an existing built-in Tailwind...

enhancement

In both node and ruby dotenv, it does not overwrite environment variables that are already set: * https://github.com/bkeepers/dotenv#why-is-it-not-overriding-existing-env-variables * https://github.com/motdotla/dotenv#what-happens-to-environment-variables-that-were-already-set This library should emulate that expectation.