Skip to content
#

disk

Here are 389 public repositories matching this topic...

pgulutzan
pgulutzan commented Feb 10, 2021

I have Ubuntu 20.04. I have Tarantool 2.7 pulled from source today.

I execute these requests:
box.execute([[CREATE TABLE k1 (s1 INT PRIMARY KEY);]])
box.execute([[CREATE TABLE k3 (s1 INT PRIMARY KEY);]])
box.execute([[CREATE TRIGGER BEFORE DELETE ON k1 FOR EACH ROW BEGIN INSERT INTO k3 VALUES (old.c); END;]])
box.space._trigger:select('BEFORE')

As the select() shows, CREATE TRIGGER creat

LDSpits
LDSpits commented Oct 10, 2020

When using dua i on windows 10 I noticed that I did not see any highlight on the currently selected item.

I was using dua with Microsoft Terminal + Powershell Core 7. One specific thing I noticed when attempting to run this directly on the Powershell 7 shell is that the currently selected item has a slightly whiter text, but still no selection (inverted color on the current item).

bel

Bash script to format a block device (hard drive or Flash drive) in UDF. The output is a drive that can be used for reading/writing across multiple operating system families: Windows, macOS, and Linux. This script should be capable of running in macOS or in Linux.

  • Updated Feb 23, 2020
  • Shell

Improve this page

Add a description, image, and links to the disk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the disk topic, visit your repo's landing page and select "manage topics."

Learn more