Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for stackOverflow (0.57 sec)

  1. src/os/os_windows_test.go

    			t.Errorf("wrong output of executing %q: have %q want %q", args, have, want)
    			continue
    		}
    	}
    }
    
    func findOneDriveDir() (string, error) {
    	// as per https://stackoverflow.com/questions/42519624/how-to-determine-location-of-onedrive-on-windows-7-and-8-in-c
    	const onedrivekey = `SOFTWARE\Microsoft\OneDrive`
    	k, err := registry.OpenKey(registry.CURRENT_USER, onedrivekey, registry.READ)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  2. tests/migrate_test.go

    		})
    	}
    
    	if DB.Dialector.Name() != "sqlserver" {
    		// In SQLServer, If an index or constraint depends on the column,
    		// this column will not be able to run ALTER
    		// see https://stackoverflow.com/questions/19460912/the-object-df-is-dependent-on-column-changing-int-to-double/19461205#19461205
    		// may we need to create another PR to fix it, see https://github.com/go-gorm/sqlserver/pull/106
    		tests = []TestCase{
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Mar 18 11:24:16 UTC 2024
    - 56.2K bytes
    - Viewed (0)
  3. cluster/gce/windows/k8s-node-setup.psm1

      )
    
      if (-not (ShouldWrite-File $File)) {
        return
      }
    
      # This command writes out a PEM certificate file, analogous to "base64
      # --decode" on Linux. See https://stackoverflow.com/a/51914136/1230197.
      [IO.File]::WriteAllBytes($File, [Convert]::FromBase64String($Data))
      Log_Todo ("need to set permissions correctly on ${File}; not sure what the " +
                "Windows equivalent of 'umask 077' is")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  4. ChangeLog.md

    - [`KT-64647`](https://youtrack.jetbrains.com/issue/KT-64647) K2: Allow to calculate decompiled inheritors for sealed classes in tests
    - [`KT-64595`](https://youtrack.jetbrains.com/issue/KT-64595) AA: stackoverflow while simplifying a type with a recursive type parameter
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top