jmurp
jmurp
- OS: Ubuntu 20.04 - Shell: Bash
deps ``` {:deps { org.clojure/clojure {:mvn/version "1.11.1"} clj-http/clj-http {:mvn/version "3.12.3"} cheshire/cheshire {:mvn/version "5.11.0"}}} ``` code ``` (require '[clj-http.client :as client]) (client/post "http://localhost:3000" {:debug true :as :json :query-params {:items [{:key1 "value"}]}})...
create a default react-native-windows project yarn add @react-native-picker/picker (current version is 2.4.0) npx react-native run-windows -> build fails indicating missing nuget package file (Xaml 2.7.0) required by react-native-picker even though...