I hereby claim:
- I am arthurn on github.
- I am arthurn (https://keybase.io/arthurn) on keybase.
- I have a public key ASAMIYJVK2x339Jmc7L8QypS9XFOTA2qZbvqdJ7LkKakWQo
To claim this, I am signing this object:
| <template lang='slm'> | |
| select.form-control multiple="multiple" | |
| option v-for="option in selectOptions" :value='option.value' {{ option.label }} | |
| </template> | |
| <script> | |
| export default { | |
| name: 'bootstrap-multiselect', | |
| props: { | |
| selectOptions: { |
I hereby claim:
To claim this, I am signing this object:
| trigger: | |
| - main | |
| pool: | |
| vmImage: 'ubuntu-latest' | |
| variables: | |
| imageName: 'your-app-image' | |
| testScript: 'YOUR-TEST-SCRIPT.SH' | |
| # mostly Copilot generated, have not tested/verified | |
| defmodule ImagePlacement do | |
| def place_images(images, canvas_width, canvas_height) do | |
| # Sort images by size in descending order | |
| sorted_images = Enum.sort_by(images, &image_area(&1), &>=/2) | |
| # Initialize the canvas with the first image | |
| canvas = %{x: 0, y: 0, width: image_width(hd(sorted_images)), height: image_height(hd(sorted_images))} |
| import pprint | |
| import extruct | |
| import requests | |
| from w3lib.html import get_base_url | |
| # https://www.crosswaterlondon.com/product/mpro-towel-holder?variant=54381#image-2 | |
| pp = pprint.PrettyPrinter(indent=0) | |
| r = requests.get('https://www.signaturehardware.com/ruscello-widespread-bathroom-faucet/951334.html') | |
| base_url = get_base_url(r.text, r.url) |
| ul.stats { | |
| padding: 0; | |
| margin: 0; | |
| li { | |
| display: inline; | |
| white-space: nowrap; | |
| color: var(--p-surface-600); | |
| } |