Skip to content
#

beta

Here are 340 public repositories matching this topic...

writefreely
fcevado
fcevado commented Apr 12, 2020

Describe the bug

if you start MySQL with --ssl mode enabled writefreely won't connect to the database.

Steps to reproduce (if necessary)

Steps to reproduce the behavior:

  1. start MySQL with --ssl mode.
  2. run writefreely --config and set the proper database credentials
  3. writefreely will error try to connect to the databse with this authentication plugin is not supported
cms
edalzell
edalzell commented Apr 3, 2020

Bug Description

If an entry is not "dirty" then the Save & Publish button should be greyed out like it is in the Term screen.

How to Reproduce

Here's how I can recreate the bug:

  1. Create an entry
  2. Save it
  3. Notice the state of the Save & Publish button

Expected Behavior

I expected the Save & Publish to act like it does in Term, and be inactive when it doesn't need saving.

ahmedpiosol
ahmedpiosol commented Feb 20, 2018

Actual Behaviour:

when i click on the next button it will play/pause the current song

What Happened?

Next button function as the play/pause button in the playlist player view (when you choose a playlist then play a song from it)

How it happened?

by clicking the button to play the next song

Expected Behaviour:

play the next song

Steps to reproduce the bug:

hschilling
hschilling commented Apr 21, 2020

Summary of Issue

The docs and some visualizations reference the old names for inputs and outputs: params and unknowns. Need to remove all references to those in anything the user sees.

Issue Type

  • Bug
  • Enhancement

Description

Search the code for references to the terms unknown and params. Change to outputs and inputs.

No need to change code variables, et

parameters
IndrajeetPatil
IndrajeetPatil commented Apr 17, 2020

For regressionBF, I don't know how to interpret the output from model_parameters and the documentation is not giving me any hints. Is this something we should add to the docs?

BayesFactor output

# setup
set.seed(123)
library(parameters)
library(BayesFactor)
#> Loading required package: coda
#> Loading required package: Matrix
#> ************
#> Welcome to BayesFactor 0.9
lachlandeer
lachlandeer commented Jul 30, 2018

In episode _episodes_rmd/12-time-series-raster.Rmd

There is a big chunk of code that can probably be made to look nicer via dplyr:

# Plot RGB data for Julian day 133
 RGB_133 <- stack("data/NEON-DS-Landsat-NDVI/HARV/2011/RGB/133_HARV_landRGB.tif")
 RGB_133_df <- raster::as.data.frame(RGB_133, xy = TRUE)
 quantiles = c(0.02, 0.98)
 r <- quantile(RGB_133_df$X133_HARV_landRGB.1, q
dennis-roof
dennis-roof commented Jan 6, 2018

Whenever I enter a town, the town description is written on top of the screen. The text isn't contained in any UI element like a text box.

Maybe putting town descriptions in a dialogue box with padding and a nice message at the bottom of the box saying "Press any key to continue..." before disappearing would make the descriptions more noticeable, readable and make the game UI feel a little more

Python-based portfolio / stock widget which sources data from Yahoo Finance and calculates different types of Value-at-Risk (VaR) metrics and many other (ex-post) risk/return characteristics both on an individual stock and portfolio-basis, stand-alone and vs. a benchmark of choice (constructed with wxPython)

  • Updated Apr 9, 2019
  • Python
saraji-ali
saraji-ali commented May 1, 2019

Project Information

Expected behavior

I was expecting the application should not be crash during a downloading any video

Actual behavior

when I try to download any video from youp3 the application is crash

How to reproduce

1-[Download the latest application](https://github.com/ExploiTR/YouP3/releases

Improve this page

Add a description, image, and links to the beta 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 beta topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.