This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //! Demo and integration coverage for the oxrocksdb-sys table-properties | |
| //! collector, collection iterator, and event-listener APIs. | |
| //! | |
| //! Run with: | |
| //! `cargo test -p oxrocksdb-sys --test table_properties_demo -- --nocapture` | |
| #![allow( | |
| unsafe_code, | |
| clippy::expect_used, | |
| clippy::print_stdout, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DEBUG: cli.azure.cli.core.sdk.policies: Request URL: 'https://management.azure.com/subscriptions/***/resourceGroups/bdr-private-apis-rg/providers/Microsoft.Web/sites/my-function-app?api-version=2024-11-01' | |
| DEBUG: cli.azure.cli.core.sdk.policies: Request method: 'GET' | |
| DEBUG: cli.azure.cli.core.sdk.policies: Request headers: | |
| DEBUG: cli.azure.cli.core.sdk.policies: 'Accept': 'application/json' | |
| DEBUG: cli.azure.cli.core.sdk.policies: 'x-ms-client-request-id': 'b86ec044-c698-11f0-a059-7ced8d7f7984' | |
| DEBUG: cli.azure.cli.core.sdk.policies: 'CommandName': 'functionapp deploy' | |
| DEBUG: cli.azure.cli.core.sdk.policies: 'ParameterSetName': '--debug --subscription --name --resource-group --type --src-url --async' | |
| DEBUG: cli.azure.cli.core.sdk.policies: 'User-Agent': 'AZURECLI/2.79.0 (DEB) azsdk-python-core/1.35.0 Python/3.13.9 (Linux-6.11.0-1018-azure-x86_64-with-glibc2.39)' | |
| DEBUG: cli.azure.cli.core.sdk.policies: 'Authorization': '*****' | |
| DEBUG: cli.azure.cli.core.sdk.policies: Request body: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| # | |
| """ | |
| https://github.com/RDFLib/pySHACL/issues/240 | |
| """ | |
| import sys | |
| import rdflib | |
| import pyshacl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2024-05-14T21:05:13.346+1000 [DEBUG] provider.terraform-provider-azurerm_v3.103.1_x5: Determining which Resource Providers require Registration: timestamp="2024-05-14T21:05:13.345+1000" | |
| 2024-05-14T21:05:13.346+1000 [DEBUG] provider.terraform-provider-azurerm_v3.103.1_x5: All required Resource Providers are registered: timestamp="2024-05-14T21:05:13.345+1000" | |
| azurerm_network_interface_backend_address_pool_association.my_nic_address_pool: Creating... | |
| 2024-05-14T21:05:13.347+1000 [INFO] Starting apply for azurerm_network_interface_backend_address_pool_association.my_nic_address_pool | |
| 2024-05-14T21:05:13.348+1000 [DEBUG] azurerm_network_interface_backend_address_pool_association.my_nic_address_pool: applying the planned Create change | |
| 2024-05-14T21:05:13.348+1000 [INFO] provider.terraform-provider-azurerm_v3.103.1_x5: preparing arguments for Network Interface <-> Load Balancer Backend Address Pool Association creation.: timestamp="2024-05-14T21:05:13.348+1000" | |
| 2024-05-14T21:05:13.348+1000 [DEBUG] provider.terrafo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| locals { | |
| location = "Australia East" | |
| zones = [1, 2, 3] | |
| } | |
| resource "azurerm_resource_group" "my_rg" { | |
| location = local.location | |
| name = "minimal_rg" | |
| } | |
| resource "azurerm_public_ip" "my_lb_public_ip_address" { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "$schema" = 'https://starship.rs/config-schema.json' | |
| format = """ | |
| [](color_red)\ | |
| $os\ | |
| $username\ | |
| [](bg:color_yellow fg:color_red)\ | |
| $directory\ | |
| [](fg:color_yellow bg:color_aqua)\ | |
| $git_branch\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Do this first, to keep zprofile->zshrc ordering correct | |
| if [ -z "$SYSTEM_ZPROFILED_LOADED" ]; then | |
| if [ -d /etc/profile.d ]; then | |
| for i in /etc/profile.d/*.zsh; do | |
| if [ -r $i ]; then | |
| . $i | |
| fi | |
| done | |
| unset i | |
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /etc/zsh/zprofile: system-wide .zprofile file for zsh(1). | |
| # | |
| # This file is sourced only for login shells (i.e. shells | |
| # invoked with "-" as the first character of argv[0], and | |
| # shells invoked with the -l flag.) | |
| # | |
| # Global Order: zshenv, zprofile, zshrc, zlogin | |
| if [ -d /etc/profile.d ]; then | |
| for i in /etc/profile.d/*.zsh; do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local wezterm = require 'wezterm' | |
| local config = {} | |
| config.front_end = "WebGpu" | |
| config.font = wezterm.font 'FantasqueSansMono Nerd Font Mono' | |
| config.font_size = 12 | |
| config.dpi = 110 | |
| ;config.color_scheme = 'Builtin Solarized Dark' | |
| config.color_scheme = 'Monokai Dark (Gogh)' | |
| config.bold_brightens_ansi_colors = "BrightOnly" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| """ | |
| https://github.com/RDFLib/pySHACL/issues/186 | |
| """ | |
| import rdflib | |
| from pyshacl import validate | |
| shacl_file = """{ | |
| "@context": { |
NewerOlder