Daniel Fahey

Results 4 comments of Daniel Fahey

This can downgrade OpenAPI v3 to v2 https://github.com/LucyBot-Inc/api-spec-converter

KISS solution for anyone coming across this issue. Based on @hongooi73's tip to use the `object$update()` method, the Microsoft Graph API JSON payload schema ( https://learn.microsoft.com/en-us/graph/outlook-send-mail-from-other-user#sending-with-microsoft-graph), and noting that the...

Try this workaround in your `devbox.jsonl` to get `stdenv.cc.cc.lib` from `nixpkgs` at the `nixos-23.05` release version via its flake: ```json { "packages": [ // ... "github:NixOS/nixpkgs/nixos-23.05#stdenv.cc.cc.lib" ], // ... }...