The Wayback Machine - https://web.archive.org/web/20200611094117/https://github.com/topics/oss
Skip to content
#

oss

Open source is a term denoting that a product includes permission to use its source code, design documents, or content. It most commonly refers to the open source model, in which open source software or other products are released under an open source license as part of the open source-software movement. Use of the term originated with software, but has expanded beyond the software sector to cover other open content and forms of open collaboration.

Here are 792 public repositories matching this topic...

Kap
eppsilon
eppsilon commented Sep 27, 2019

macOS version:
10.14.6 (18G95)

Kap version:
3.0.0-beta.6

Other possibly relevant info:
Monitor setup: single rMBP 15" screen, no external monitors
macOS scrollbar appearance setting: "Show Always" (in System Preferences > General)

Steps to reproduce

  1. Click the Kap menu bar icon.
  2. Click the button in the Kap bar to record an area of the screen.
  3. Select a regio
Blinxar
Blinxar commented Jun 23, 2017

What steps will reproduce this issue?

I have headers set up like this:

<TabItem.Header>
    <metro:Badged Badge="2">
        <TextBlock Text="Not cropped header"
                               Foreground="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type metro:ContentControlEx}}, Path=(TextElement.Foreground)}"
                               FontSize="{Bi
Bug
forslund
forslund commented May 4, 2020

When using a pocketsphinx wakeword mycroft tries to load a language specific model. If the model doesn't exist the load fails. (report on the forums)

This should be handled by using a fallback mechanism, so if no language specific model exists it should log a warning and fallback to using the english model that is included in mycr

A simple fast, easy use distributed file system written by golang(similar fastdfs).go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。

  • Updated Jun 9, 2020
  • Go
p4j4dyxcry
p4j4dyxcry commented Apr 23, 2019

What steps will reproduce this issue?

If a message box appears when you start dragging a file, mouse operations are disabled.

As a result of investigation, the cause that occurs seems to be due to two factors.

  1. Values are set to IDragIndo.Data and IDragInfo.Effects
  2. Delay the display of MessageBox

Problematic image

![error-image](https://user-images.githubuserconten

"ApiBoot" is born for interface services. Based on "SpringBoot", it completes extensions and automatic configuration. It encapsulates a series of Starters to allow callers to quickly integrate components, reduce learning and use thresholds, and improve development efficiency.

  • Updated May 29, 2020
  • Java
Tinywan
Tinywan commented Jan 5, 2017

ThinkPHP 3.2 模板中的Angularjs 的变量"{{first}}" 无法被解析, 模板解析冲突,例如在angularjs 的变量"{{first}}" 无法被解析, 模板解析冲突,例如在angularjs 的变量"{{first}}",则TP模板不会解析该变量的
所以的在配置模板中修改 模板引擎普通标签开始标记

修改前:
'TMPL_L_DELIM' => '{', // 模板引擎普通标签开始标记
'TMPL_R_DELIM' => '>', // 模板引擎普通标签结束标记
修改后:
'TMPL_L_DELIM' => '<{', // 模板引擎普通标签开始标记
'TMPL_R_DELIM' => '}>', // 模板引擎普通标签结束标记

You can’t perform that action at this time.