This file demonstrates various Markdown features and syntax.
System Design Proposal for WordPress/gutenberg#67806
This documentation outlines a possible template package designed to test all possible scenarios for the @wordpress/create-block
tool, focusing on adding custom prompts beyond the default ones.
Short (72 chars or less) summary
More detailed explanatory text. Wrap it to 72 characters. The blank
line separating the summary from the body is critical (unless you omit
the body entirely).
Write your commit message in the imperative: "Fix bug" and not "Fixed
bug" or "Fixes bug." This convention matches up with commit messages
If you're experiencing issues with your Mac connecting to the slower 2G band on routers that share SSID between 5G/2G (like the Google Wifi Nest), here's a guide to help you force a 5 GHz connection.
- Check Current Band: Hold
option
and click on the wifi icon on the macOS status bar. This will display the band you are currently connected to. - Scan WiFi Channels: Use the following command to list all channels your WiFi is operating on:
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport scan
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head></head> | |
<body> | |
<input type="file" id="pdf-upload" accept=".pdf" /> | |
<h1>Text will go here</h1> | |
<div class="pdf-text" id="pdf-text"></div> | |
<script src="https://mozilla.github.io/pdf.js/build/pdf.js"></script> |
The general idea is that this will run as a task at the end of a day, which will copy the following measures from Rize to Conjure for that day:
- workHours
- trackedTime
- focusTime
- meetingTime
- breakTime
I used Pipedream for convenience, but with general Javascript knowledge you should also be able to easily use this outside of it.
This file contains 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
<?php | |
54 results - 15 files | |
web/app/plugins/woocommerce-xero/includes/class-wc-xr-address.php: | |
20 public function get_type() { | |
21: return apply_filters( 'woocommerce_xero_address_type', $this->type, $this ); | |
22 } | |
34 public function get_line_1() { |
NewerOlder