I hereby claim:
- I am ralphilius on github.
- I am ralphilius (https://keybase.io/ralphilius) on keybase.
- I have a public key ASB5H-GWMRRmh6Tv5BRdrOcB9l0hv7Sz4FmriN0CES6ODQo
To claim this, I am signing this object:
| CREATE TABLE customers | |
| ( | |
| id int not null | |
| ); | |
| INSERT INTO customers (id) | |
| SELECT n | |
| FROM | |
| ( | |
| select a.N + b.N * 10 + c.N * 100 + d.N * 1000 + e.N * 10000 + f.N * 100000 + 1 N |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| import "../utils/Context.sol"; | |
| /** | |
| * @dev Contract module which provides a basic access control mechanism, where | |
| * there is an account (an owner) that can be granted exclusive access to | |
| * specific functions. | |
| * |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| import "../utils/Context.sol"; | |
| /** | |
| * @dev Contract module which provides a basic access control mechanism, where | |
| * there is an account (an owner) that can be granted exclusive access to | |
| * specific functions. | |
| * |
I hereby claim:
To claim this, I am signing this object:
onEdit(e) which is used for the Edit event on Spreadsheet has the old value as e.oldValue. The specifications for this are as follows.
e of onEdit(e) shows hoge for e.oldValue and fuga for e.value.e.oldValue and e.value of onEdit(e) are not shown anything.e.oldValue and e.value of onEdit(e) are not shown anything.This sample script was created to retrieve both the edited values and the old values for the range of edited cells. This is the modified e.oldValue.
| { | |
| "messages": [ | |
| { | |
| "attachment":{ | |
| "type":"template", | |
| "payload":{ | |
| "template_type":"list", | |
| "top_element_style":"large", | |
| "elements":[ | |
| { |
| { | |
| "messages": [ | |
| { | |
| "attachment": { | |
| "type": "template", | |
| "payload": { | |
| "template_type": "receipt", | |
| "sharable": true, | |
| "recipient_name": "Mark Zuckerberg", | |
| "merchant_name": "Gomi Beauty Shop", |
| { | |
| "set_attributes": { | |
| "delivery_address": "19 Ho Van Hue, Phu Nhuan District, Ho Chi Minh City" | |
| } | |
| } |
| { | |
| "set_attributes": { | |
| "current_product_name": "Mặt Nạ Tinh Chất Vàng 24K - SIGNATURE PREMIUM GOLD AMPOULE MASK" | |
| }, | |
| "messages": [ | |
| { | |
| "attachment": { | |
| "type": "template", | |
| "payload": { | |
| "template_type": "generic", |
| * { | |
| box-sizing: border-box; | |
| } | |
| @-webkit-keyframes ticker { | |
| 0% { | |
| -webkit-transform: translate3d(0, 0, 0); | |
| transform: translate3d(0, 0, 0); | |
| visibility: visible; | |
| } | |
| 100% { |