Coder Social home page Coder Social logo

avalanche's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

avalanche's Issues

Markdown Styles

The markdown library in Avalanche doesn't currently support styling. It is always black text and blue links etc. Using it on a dark background doesn't work.

Error when Starting IOS Project

When I attempt to start the IOS project, I get the following error:

'Avalanche/Avalanche/Components/IconFont/SoutheastIcons.cs' could not be found. (CS2001)

I looked to find where this file was referenced, but I can't seem to find the link anywhere.

List View alternate actions

In a list of cards there may be need for alternate actions to take place. Such as "Not Interested" or "Favorite". Each item would need it's own list of action items. An action item would need to have some text to click and an action to take.

Not compatible with Rock 8.5

After updating a client to 8.5, their app broke. I was able to fix this by updating all the .Read() to .Get().

ListView TextColor Throws Exception

When setting TextColor on a ListItem, it will cause the Deserializer to throw an exception.

Here is an example of what I am using for my ListView items.

[
    {"Id":"0", "Title":"MESSAGES","TextColor": "#FFFFFF", "IconTextColor": "#FFFFFF", "Resource":"535", "ActionType":"1"},
    {"Id":"1", "Title":"RESOURCES","TextColor": "#FFFFFF", "IconTextColor": "#FFFFFF", "Resource":"536", "ActionType":"1" },
    {"Id":"2", "Title":"KIDS","TextColor": "#FFFFFF", "IconTextColor": "#FFFFFF", "Resource":"537", "ActionType":"1" }
]

This is the exception it throws:

{Newtonsoft.Json.JsonSerializationException: Error converting value "#FFFFFF" to type 'Xamarin.Forms.Color'. Path '[0].TextColor', line 2, position 56. ---> System.ArgumentException: Could not cast or convert from System.String to Xamarin.Forms.Color.
  at Newtonsoft.Json.Utilities.ConvertUtils.EnsureTypeAssignable (System.Object value, System.Type initialType, System.Type targetType) [0x00067] in <c19705166c7c4a608e182e859c4de6d2>:0 
  at Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast (System.Object initialValue, System.Globalization.CultureInfo culture, System.Type targetType) [0x00031] in <c19705166c7c4a608e182e859c4de6d2>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType (Newtonsoft.Json.JsonReader reader, System.Object value, System.Globalization.CultureInfo culture, Newtonsoft.Json.Serialization.JsonContract contract, System.Type targetType) [0x000b0] in <c19705166c7c4a608e182e859c4de6d2>:0 
   --- End of inner exception stack trace ---

I have tried removing the TextColor from the Block settings, and that doesn't seem to make and difference.

References for Rock dlls is Broken

I don't know if this is a result of a new commit or if it is my Dev environment, but I just pulled down the latest version. I had to manually delete all the references to the Rock dlls (Rock.dll, Rock.Migrations.dll, Rock.Rest.dll).

What are our thoughts about updating the Troubleshooting section to help with this? In addition to this, Visual Studio set my default .Net Framework to 4.6.1, so most of the other libraries complained about a version miss match. I don't think there is anything that can be done for this besides updating the Documentation. If you want a PR, let me know.

ListView has hardcoded spacing/padding

I am trying to use a Horizontal ListView as a Page menu. Right above the ListView, I have a Video Player. For some reason, there is a hardcoded padding/spacing between the two.

I have tried setting this via block properties, but it doesn't seem to work. I even took out all the Padding/Spacing in the ListView block, but it didn't seem to resolve the issue either.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.